Color Hex Logo

#bc987b Color Hex

#BC987B
(188,152,123)
0 Favorites   0 Comments

Color spaces of #bc987b

RGB 188152123
HSL0.070.330.61
HSV27°35°74°
CMYK 0.000.190.35   0.26
XYZ35.542434.577923.5398
Yxy34.57790.37950.3692
Hunter Lab58.80304.985917.4273
CIE-Lab65.41879.281420.3413

#bc987b color RGB value is (188,152,123).

#bc987b hex color red value is 188, green value is 152 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bc987b hue: 0.07 , saturation: 0.33 and the lightness value of bc987b is 0.61.

The process color (four color CMYK) of #bc987b color hex is 0.00, 0.19, 0.35, 0.26. Web safe color of #bc987b is #cc9966. Color #bc987b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 01111011
Octal 274 230 173
Decimal 188 152 123
Hex BC 98 7B

RGB Percentages of Color #bc987b

%40.60
%32.83
%26.57

CMYK Percentages of Color #bc987b

%0
%19
%35
%26

Triadic Colors of #bc987b

#bc987b #7bbc98 #987bbc

Analogous Colors of #bc987b

#bc987b #bcb97b #bc7b7f

Monochromatic Colors of #bc987b

#bc987b

Complementary Color

#bc987b #7b9fbc

#bc987b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc987b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc987b Color CSS Codes

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

#bc987b Text Font Color

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

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


#bc987b Background Color

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

This div background color is #bc987b


#bc987b Border Color

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

This div border color is #bc987b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc987b


Comments

No comments written yet.

Please login to write comment.