Color Hex Logo

#bb958a Color Hex

#BB958A
(187,149,138)
0 Favorites   0 Comments

Color spaces of #bb958a

RGB 187149138
HSL0.040.260.64
HSV13°26°73°
CMYK 0.000.200.26   0.27
XYZ35.828433.894728.6987
Yxy33.89470.36400.3444
Hunter Lab58.21927.966411.5268
CIE-Lab64.878912.571811.2141

#bb958a color RGB value is (187,149,138).

#bb958a hex color red value is 187, green value is 149 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bb958a hue: 0.04 , saturation: 0.26 and the lightness value of bb958a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010101 10001010
Octal 273 225 212
Decimal 187 149 138
Hex BB 95 8A

RGB Percentages of Color #bb958a

%39.45
%31.43
%29.11

CMYK Percentages of Color #bb958a

%0
%20
%26
%27

Triadic Colors of #bb958a

#bb958a #8abb95 #958abb

Analogous Colors of #bb958a

#bb958a #bbae8a #bb8a98

Monochromatic Colors of #bb958a

#bb958a

Complementary Color

#bb958a #8ab0bb

#bb958a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb958a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb958a Color CSS Codes

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

#bb958a Text Font Color

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

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


#bb958a Background Color

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

This div background color is #bb958a


#bb958a Border Color

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

This div border color is #bb958a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,149,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb958a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb958a;
  -webkit-box-shadow: 1px 1px 3px 2px #bb958a;
  box-shadow:         1px 1px 3px 2px #bb958a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,149,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb958a


Comments

No comments written yet.

Please login to write comment.