Color Hex Logo

#bb958e Color Hex

#BB958E
(187,149,142)
0 Favorites   0 Comments

Color spaces of #bb958e

RGB 187149142
HSL0.030.250.65
HSV24°73°
CMYK 0.000.200.24   0.27
XYZ36.123434.012730.2524
Yxy34.01270.35980.3388
Hunter Lab58.32048.501410.0689
CIE-Lab64.972713.15639.1022

#bb958e color RGB value is (187,149,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010101 10001110
Octal 273 225 216
Decimal 187 149 142
Hex BB 95 8E

RGB Percentages of Color #bb958e

%39.12
%31.17
%29.71

CMYK Percentages of Color #bb958e

%0
%20
%24
%27

Triadic Colors of #bb958e

#bb958e #8ebb95 #958ebb

Analogous Colors of #bb958e

#bb958e #bbac8e #bb8e9e

Monochromatic Colors of #bb958e

#bb958e

Complementary Color

#bb958e #8eb4bb

#bb958e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb958e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb958e Color CSS Codes

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

#bb958e Text Font Color

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

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


#bb958e Background Color

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

This div background color is #bb958e


#bb958e Border Color

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

This div border color is #bb958e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb958e


Comments

No comments written yet.

Please login to write comment.