Color Hex Logo

#bb725b Color Hex

#BB725B
(187,114,91)
0 Favorites   0 Comments

Color spaces of #bb725b

RGB 18711491
HSL0.040.410.55
HSV14°51°73°
CMYK 0.000.390.51   0.27
XYZ28.399223.354812.9086
Yxy23.35480.43920.3612
Hunter Lab48.326820.323417.9918
CIE-Lab55.435926.352824.9145

#bb725b color RGB value is (187,114,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110010 01011011
Octal 273 162 133
Decimal 187 114 91
Hex BB 72 5B

RGB Percentages of Color #bb725b

%47.70
%29.08
%23.21

CMYK Percentages of Color #bb725b

%0
%39
%51
%27

Triadic Colors of #bb725b

#bb725b #5bbb72 #725bbb

Analogous Colors of #bb725b

#bb725b #bba25b #bb5b74

Monochromatic Colors of #bb725b

#bb725b

Complementary Color

#bb725b #5ba4bb

#bb725b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb725b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb725b Color CSS Codes

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

#bb725b Text Font Color

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

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


#bb725b Background Color

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

This div background color is #bb725b


#bb725b Border Color

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

This div border color is #bb725b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb725b


Comments

No comments written yet.

Please login to write comment.