Color Hex Logo

#bc918b Color Hex

#BC918B
(188,145,139)
0 Favorites   0 Comments

Color spaces of #bc918b

RGB 188145139
HSL0.020.270.64
HSV26°74°
CMYK 0.000.230.26   0.26
XYZ35.524632.806228.8860
Yxy32.80620.36540.3375
Hunter Lab57.276710.476410.1923
CIE-Lab64.003715.32059.4267

#bc918b color RGB value is (188,145,139).

#bc918b hex color red value is 188, green value is 145 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bc918b hue: 0.02 , saturation: 0.27 and the lightness value of bc918b is 0.64.

The process color (four color CMYK) of #bc918b color hex is 0.00, 0.23, 0.26, 0.26. Web safe color of #bc918b is #cc9999. Color #bc918b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010001 10001011
Octal 274 221 213
Decimal 188 145 139
Hex BC 91 8B

RGB Percentages of Color #bc918b

%39.83
%30.72
%29.45

CMYK Percentages of Color #bc918b

%0
%23
%26
%26

Triadic Colors of #bc918b

#bc918b #8bbc91 #918bbc

Analogous Colors of #bc918b

#bc918b #bcaa8b #bc8b9e

Monochromatic Colors of #bc918b

#bc918b

Complementary Color

#bc918b #8bb6bc

#bc918b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc918b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc918b Color CSS Codes

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

#bc918b Text Font Color

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

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


#bc918b Background Color

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

This div background color is #bc918b


#bc918b Border Color

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

This div border color is #bc918b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc918b


Comments

No comments written yet.

Please login to write comment.