Color Hex Logo

#bc908b Color Hex

#BC908B
(188,144,139)
0 Favorites   0 Comments

Color spaces of #bc908b

RGB 188144139
HSL0.020.270.64
HSV26°74°
CMYK 0.000.230.26   0.26
XYZ35.372532.502028.8353
Yxy32.50200.36580.3361
Hunter Lab57.010510.98299.9191
CIE-Lab63.755615.87499.0743

#bc908b color RGB value is (188,144,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 10001011
Octal 274 220 213
Decimal 188 144 139
Hex BC 90 8B

RGB Percentages of Color #bc908b

%39.92
%30.57
%29.51

CMYK Percentages of Color #bc908b

%0
%23
%26
%26

Triadic Colors of #bc908b

#bc908b #8bbc90 #908bbc

Analogous Colors of #bc908b

#bc908b #bca98b #bc8b9f

Monochromatic Colors of #bc908b

#bc908b

Complementary Color

#bc908b #8bb7bc

#bc908b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc908b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc908b Color CSS Codes

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

#bc908b Text Font Color

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

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


#bc908b Background Color

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

This div background color is #bc908b


#bc908b Border Color

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

This div border color is #bc908b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,144,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 #bc908b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc908b


Comments

No comments written yet.

Please login to write comment.