Shades of Contessa #BB736D
Tints of Contessa #BB736D
RGB
CMYK
RGB Variations
Color information
#BB736D (or 0xBB736D) is known color: Contessa. HEX triplet: BB, 73 and 6D. RGB value is (187,115,109). Sum of RGB (Red+Green+Blue) = 187+115+109=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB736D is #448C92. Grayscale: #878787. Windows color (decimal): -4492435 or 7173051. OLE color: 7173051.
HSL color Cylindrical-coordinate representation of color #BB736D: hue angle of 4.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB736D is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 109 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.27 |
| HSL | 4.62º | 0.36% | 0.58% | - |
| HSV(B) | 4.62º | 0.42% | 0.73% | - |
| XYZ | 29.38 | 23.93 | 17.54 | - |
| YUV | 135.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 109 | 0 | 0.39 | 0.42 | 0.27 | 4.62 | 0.36 | 0.58 |
| Hex | BB | 73 | 6D | 0 | 27 | 2A | 1B | 5 | 24 | 3A |
| Octal | 273 | 163 | 155 | 0 | 47 | 52 | 33 | 5 | 44 | 72 |
| Binary | 10111011 | 1110011 | 1101101 | 0 | 100111 | 101010 | 11011 | 101 | 100100 | 111010 |
Color Harmonies of #BB736D
Complementary color
Monochromatic Colors of #BB736D
Black with #BB736D
Text Example
Text Example
White with #BB736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB736D; }
p { color: rgb(187,115,109); }
H1.HeaderClassName
{
color: #BB736D;
}
.AnyTagClassName
{
color: #BB736D;
}
</style>
background-color css
<style>
a { background-color: #BB736D; }
a { background-color: rgb(187,115,109); }
div.DivClassName
{
background-color: #BB736D;
}
.BgClassName
{
background-color: #BB736D;
}
</style>
border-color css
<style>
span { border-color: #BB736D; }
span { border-color: rgb(187,115,109); }
td.TdClassName
{
border-color: #BB736D;
}
.TagClassName
{
border-color: #BB736D;
}
</style>