Color Hex Logo

#bc886d Color Hex

#BC886D
(188,136,109)
0 Favorites   0 Comments

Color spaces of #bc886d

RGB 188136109
HSL0.060.370.58
HSV21°42°74°
CMYK 0.000.280.42   0.26
XYZ32.303529.403818.4409
Yxy29.40380.40300.3669
Hunter Lab54.225311.443217.7944
CIE-Lab61.136416.447422.3388

#bc886d color RGB value is (188,136,109).

#bc886d hex color red value is 188, green value is 136 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bc886d hue: 0.06 , saturation: 0.37 and the lightness value of bc886d is 0.58.

The process color (four color CMYK) of #bc886d color hex is 0.00, 0.28, 0.42, 0.26. Web safe color of #bc886d is #cc9966. Color #bc886d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001000 01101101
Octal 274 210 155
Decimal 188 136 109
Hex BC 88 6D

RGB Percentages of Color #bc886d

%43.42
%31.41
%25.17

CMYK Percentages of Color #bc886d

%0
%28
%42
%26

Triadic Colors of #bc886d

#bc886d #6dbc88 #886dbc

Analogous Colors of #bc886d

#bc886d #bcb06d #bc6d7a

Monochromatic Colors of #bc886d

#bc886d

Complementary Color

#bc886d #6da1bc

#bc886d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc886d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc886d Color CSS Codes

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

#bc886d Text Font Color

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

This sample text font color is #bc886d
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.


#bc886d Background Color

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

This div background color is #bc886d


#bc886d Border Color

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

This div border color is #bc886d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc886d


Comments

No comments written yet.

Please login to write comment.