COLOR #BB725B

HEX: #BB725B
RGB: (187,114,91)

Color info

#BB725B contains mainly red color. Web safe color of #BB725B is #CC6666 (or #C66).

RGB color model

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

  • red value is 187;
  • green value is 114;
  • blue value is 91.
RGB:
(187,114,91)
(73%,45%,36%)

RGB channels and saturation

R 187 of 255 = 73%
G 114 of 255 = 45%
B 91 of 255 = 36%

187
114
91

R + G + B ~ 51%. #BB725B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 114 + 91 = 392 (100%)
R 187 of 392 ~ 47.7%
G 114 of 392 ~ 29.08%
B 91 of 392 ~ 23.21%

%47.7
%29.08
%23.21

CMYK color model

#BB725B color CMYK value is (0,39,51,27).

  • cyan value is 0.00%
  • magenta value is 39.04%
  • yellow value is 51.34%
  • key color value is 26.67%
CMYK:
(0,39,51,27)
C0M39Y51K27 
(0%,39%,51%,27%)
(0.00/0.39/0.51/0.27)	

CMYK percentages

%0
%39.04
%51.34
%26.67

Codes

Color #BB725B in popluar color models

BB725B
RGB18711491
HSL14°41.38%54.51%
HSB/HSV14°51.34%73.33%
CMYK0.00%39.04%51.34%
26.67%

Color #BB725B in popluar number systems.

HEXBB725B
Decimal18711491
Binary1011101111100101011011
Octal273162133

Shades and tints

Shades of #BB725B

#BB725B
(187,114,91)
#AA6853
(170,104,83)
#995E4B
(153,94,75)
#885443
(136,84,67)
#774A3B
(119,74,59)
#664033
(102,64,51)
#55362B
(85,54,43)
#442C23
(68,44,35)
#33221B
(51,34,27)
#221813
(34,24,19)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #BB725B

#BB725B
(187,114,91)
#C17E69
(193,126,105)
#C78A77
(199,138,119)
#CD9685
(205,150,133)
#D3A293
(211,162,147)
#D9AEA1
(217,174,161)
#DFBAAF
(223,186,175)
#E5C6BD
(229,198,189)
#EBD2CB
(235,210,203)
#F1DED9
(241,222,217)
#F7EAE7
(247,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB725B color. Also use rgb(187,114,91) instead hex code.

Text Font Color

.myTextColor { color: #BB725B; }

<p style="color:#BB725B">This sample text font color is #BB725B.</p>

This text font color is #BB725B.


Background Color

.myBgColor { background-color: #BB725B; }

<div style="background-color:#BB725B">Inner text</div>

This div background color is #BB725B.


Border color

.myBorderColor { border: 1px solid #BB725B; }

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

This div border color is #BB725B.


Opacity

.myOpacity80 { color: #BB725B; opacity: 0.8; }

<p style="color:#BB725B;opacity:0.8;">80%</p>

Text with #BB725B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB725B;}

<p style="text-shadow: 3px 3px 1px #BB725B">Text here.</p>

This text has shadow with #BB725B color.

.textShadow {text-shadow: 3px 3px 1px #BB725B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB725B, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB725B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB725B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB725B, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB725B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB725B;
  -webkit-box-shadow:	1px 1px 3px 2px #BB725B;
  box-shadow:		1px 1px 3px 2px #BB725B;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #BB725B on black background.


Color preview on white background

This text has color #BB725B on white background.



Black color preview on #BB725B background

This text has black color on #BB725B background.


White color preview on #BB725B background

This text has white color on #BB725B background.