Color Hex Logo

#bb958d Color Hex

#BB958D
(187,149,141)
0 Favorites   0 Comments

Color spaces of #bb958d

RGB 187149141
HSL0.030.250.64
HSV10°25°73°
CMYK 0.000.200.25   0.27
XYZ36.048733.982829.8587
Yxy33.98280.36090.3402
Hunter Lab58.29488.366210.4379
CIE-Lab64.948913.00889.6299

#bb958d color RGB value is (187,149,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010101 10001101
Octal 273 225 215
Decimal 187 149 141
Hex BB 95 8D

RGB Percentages of Color #bb958d

%39.20
%31.24
%29.56

CMYK Percentages of Color #bb958d

%0
%20
%25
%27

Triadic Colors of #bb958d

#bb958d #8dbb95 #958dbb

Analogous Colors of #bb958d

#bb958d #bbac8d #bb8d9c

Monochromatic Colors of #bb958d

#bb958d

Complementary Color

#bb958d #8db3bb

#bb958d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb958d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb958d Color CSS Codes

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

#bb958d Text Font Color

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

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


#bb958d Background Color

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

This div background color is #bb958d


#bb958d Border Color

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

This div border color is #bb958d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb958d


Comments

No comments written yet.

Please login to write comment.