Color Hex Logo

#bb947e Color Hex

#BB947E
(187,148,126)
0 Favorites   0 Comments

Color spaces of #bb947e

RGB 187148126
HSL0.060.310.61
HSV22°33°73°
CMYK 0.000.210.33   0.27
XYZ34.849333.251024.3200
Yxy33.25100.37710.3598
Hunter Lab57.66376.965815.3587
CIE-Lab64.363611.472217.2104

#bb947e color RGB value is (187,148,126).

#bb947e hex color red value is 187, green value is 148 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bb947e hue: 0.06 , saturation: 0.31 and the lightness value of bb947e is 0.61.

The process color (four color CMYK) of #bb947e color hex is 0.00, 0.21, 0.33, 0.27. Web safe color of #bb947e is #cc9966. Color #bb947e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010100 01111110
Octal 273 224 176
Decimal 187 148 126
Hex BB 94 7E

RGB Percentages of Color #bb947e

%40.56
%32.10
%27.33

CMYK Percentages of Color #bb947e

%0
%21
%33
%27

Triadic Colors of #bb947e

#bb947e #7ebb94 #947ebb

Analogous Colors of #bb947e

#bb947e #bbb37e #bb7e87

Monochromatic Colors of #bb947e

#bb947e

Complementary Color

#bb947e #7ea5bb

#bb947e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb947e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb947e Color CSS Codes

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

#bb947e Text Font Color

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

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


#bb947e Background Color

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

This div background color is #bb947e


#bb947e Border Color

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

This div border color is #bb947e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb947e


Comments

No comments written yet.

Please login to write comment.