Color Hex Logo

#bb745c Color Hex

#BB745C
(187,116,92)
0 Favorites   0 Comments

Color spaces of #bb745c

RGB 18711692
HSL0.040.410.55
HSV15°51°73°
CMYK 0.000.380.51   0.27
XYZ28.670723.828313.2134
Yxy23.82830.43630.3626
Hunter Lab48.814219.415818.1209
CIE-Lab55.915525.347624.9740

#bb745c color RGB value is (187,116,92).

#bb745c hex color red value is 187, green value is 116 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bb745c hue: 0.04 , saturation: 0.41 and the lightness value of bb745c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 01011100
Octal 273 164 134
Decimal 187 116 92
Hex BB 74 5C

RGB Percentages of Color #bb745c

%47.34
%29.37
%23.29

CMYK Percentages of Color #bb745c

%0
%38
%51
%27

Triadic Colors of #bb745c

#bb745c #5cbb74 #745cbb

Analogous Colors of #bb745c

#bb745c #bba45c #bb5c74

Monochromatic Colors of #bb745c

#bb745c

Complementary Color

#bb745c #5ca3bb

#bb745c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb745c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb745c Color CSS Codes

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

#bb745c Text Font Color

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

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


#bb745c Background Color

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

This div background color is #bb745c


#bb745c Border Color

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

This div border color is #bb745c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb745c


Comments

No comments written yet.

Please login to write comment.