Color Hex Logo

#bb958b Color Hex

#BB958B
(187,149,139)
0 Favorites   0 Comments

Color spaces of #bb958b

RGB 187149139
HSL0.030.260.64
HSV13°26°73°
CMYK 0.000.200.26   0.27
XYZ35.901233.923829.0818
Yxy33.92380.36300.3430
Hunter Lab58.24418.098711.1669
CIE-Lab64.902012.716510.6859

#bb958b color RGB value is (187,149,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010101 10001011
Octal 273 225 213
Decimal 187 149 139
Hex BB 95 8B

RGB Percentages of Color #bb958b

%39.37
%31.37
%29.26

CMYK Percentages of Color #bb958b

%0
%20
%26
%27

Triadic Colors of #bb958b

#bb958b #8bbb95 #958bbb

Analogous Colors of #bb958b

#bb958b #bbad8b #bb8b99

Monochromatic Colors of #bb958b

#bb958b

Complementary Color

#bb958b #8bb1bb

#bb958b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb958b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb958b Color CSS Codes

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

#bb958b Text Font Color

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

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


#bb958b Background Color

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

This div background color is #bb958b


#bb958b Border Color

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

This div border color is #bb958b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb958b


Comments

No comments written yet.

Please login to write comment.