Color Hex Logo

#bb747f Color Hex

#BB747F
(187,116,127)
0 Favorites   0 Comments

Color spaces of #bb747f

RGB 187116127
HSL0.970.340.59
HSV351°38°73°
CMYK 0.000.380.32   0.27
XYZ30.569724.587923.2134
Yxy24.58790.39010.3137
Hunter Lab49.586223.26886.9542
CIE-Lab56.671729.33395.8175

#bb747f color RGB value is (187,116,127).

#bb747f hex color red value is 187, green value is 116 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bb747f hue: 0.97 , saturation: 0.34 and the lightness value of bb747f is 0.59.

The process color (four color CMYK) of #bb747f color hex is 0.00, 0.38, 0.32, 0.27. Web safe color of #bb747f is #cc6666. Color #bb747f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 01111111
Octal 273 164 177
Decimal 187 116 127
Hex BB 74 7F

RGB Percentages of Color #bb747f

%43.49
%26.98
%29.53

CMYK Percentages of Color #bb747f

%0
%38
%32
%27

Triadic Colors of #bb747f

#bb747f #7fbb74 #747fbb

Analogous Colors of #bb747f

#bb747f #bb8d74 #bb74a3

Monochromatic Colors of #bb747f

#bb747f

Complementary Color

#bb747f #74bbb0

#bb747f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb747f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb747f Color CSS Codes

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

#bb747f Text Font Color

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

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


#bb747f Background Color

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

This div background color is #bb747f


#bb747f Border Color

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

This div border color is #bb747f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb747f


Comments

No comments written yet.

Please login to write comment.