Shades of Contessa #BB725F
Tints of Contessa #BB725F
RGB
CMYK
RGB Variations
Color information
#BB725F (or 0xBB725F) is known color: Contessa. HEX triplet: BB, 72 and 5F. RGB value is (187,114,95). Sum of RGB (Red+Green+Blue) = 187+114+95=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB725F is #448DA0. Grayscale: #858585. Windows color (decimal): -4492705 or 6255291. OLE color: 6255291.
HSL color Cylindrical-coordinate representation of color #BB725F: hue angle of 12.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB725F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 95 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.27 |
| HSL | 12.39º | 0.4% | 0.55% | - |
| HSV(B) | 12.39º | 0.49% | 0.73% | - |
| XYZ | 28.58 | 23.43 | 13.84 | - |
| YUV | 133.66 | 106.18 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 95 | 0 | 0.39 | 0.49 | 0.27 | 12.39 | 0.4 | 0.55 |
| Hex | BB | 72 | 5F | 0 | 27 | 31 | 1B | C | 28 | 37 |
| Octal | 273 | 162 | 137 | 0 | 47 | 61 | 33 | 14 | 50 | 67 |
| Binary | 10111011 | 1110010 | 1011111 | 0 | 100111 | 110001 | 11011 | 1100 | 101000 | 110111 |
Color Harmonies of #BB725F
Complementary color
Monochromatic Colors of #BB725F
Black with #BB725F
Text Example
Text Example
White with #BB725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB725F; }
p { color: rgb(187,114,95); }
H1.HeaderClassName
{
color: #BB725F;
}
.AnyTagClassName
{
color: #BB725F;
}
</style>
background-color css
<style>
a { background-color: #BB725F; }
a { background-color: rgb(187,114,95); }
div.DivClassName
{
background-color: #BB725F;
}
.BgClassName
{
background-color: #BB725F;
}
</style>
border-color css
<style>
span { border-color: #BB725F; }
span { border-color: rgb(187,114,95); }
td.TdClassName
{
border-color: #BB725F;
}
.TagClassName
{
border-color: #BB725F;
}
</style>