color codes Logo

#bc835e color codes

#BC835E
(188,131,94)
0 Favorites   0 Comments

Color spaces of #bc835e

RGB 18813194
HSL0.070.410.55
HSV24°50°74°
CMYK 0.000.300.50   0.26
XYZ30.875727.732114.3152
Yxy27.73210.42340.3803
Hunter Lab52.661312.498720.7458
CIE-Lab59.645917.653128.7268

#bc835e color RGB value is (188,131,94).

#bc835e hex color red value is 188, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bc835e hue: 0.07 , saturation: 0.41 and the lightness value of bc835e is 0.55.

The process color (four color CMYK) of #bc835e color code is 0.00, 0.30, 0.50, 0.26. Web safe color of #bc835e is #cc9966. Color #bc835e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000011 01011110
Octal 274 203 136
Decimal 188 131 94
Hex BC 83 5E

RGB Percentages of Color #bc835e

%45.52
%31.72
%22.76

CMYK Percentages of Color #bc835e

%0
%30
%50
%26

Triadic Colors of #bc835e

#bc835e #5ebc83 #835ebc

Analogous Colors of #bc835e

#bc835e #bcb25e #bc5e68

Monochromatic Colors of #bc835e

#bc835e

Complementary Color

#bc835e #5e97bc

#bc835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc835e Color CSS Codes

.mybgcolor {background-color:#bc835e; } 
.myforecolor {color:#bc835e; }
.mybordercolor {border:3px solid #bc835e; }

#bc835e Text Font Color

<p style="color:#bc835e">Text here</p>

This sample text font color is #bc835e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc835e Background Color

<div style="background-color:#bc835e">
Div content here</div>

This div background color is #bc835e


#bc835e Border Color

<div style="border:3px solid #bc835e">
Div here</div>

This div border color is #bc835e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,131,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc835e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc835e;
  -webkit-box-shadow: 1px 1px 3px 2px #bc835e;
  box-shadow:         1px 1px 3px 2px #bc835e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,131,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc835e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc835e;
  -webkit-box-shadow: 1px 1px 3px 2px #bc835e;
  box-shadow:         1px 1px 3px 2px #bc835e;">
Div content here</div>

This div box has shadow with color #bc835e


Comments

No comments written yet.

Please login to write comment.