Shades of Contessa #BB736C
Tints of Contessa #BB736C
RGB
CMYK
RGB Variations
Color information
#BB736C (or 0xBB736C) is known color: Contessa. HEX triplet: BB, 73 and 6C. RGB value is (187,115,108). Sum of RGB (Red+Green+Blue) = 187+115+108=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB736C is #448C93. Grayscale: #878787. Windows color (decimal): -4492436 or 7107515. OLE color: 7107515.
HSL color Cylindrical-coordinate representation of color #BB736C: hue angle of 5.32º degrees, saturation: 0.37, 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 #BB736C is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 108 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.27 |
| HSL | 5.32º | 0.37% | 0.58% | - |
| HSV(B) | 5.32º | 0.42% | 0.73% | - |
| XYZ | 29.33 | 23.91 | 17.26 | - |
| YUV | 135.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 108 | 0 | 0.39 | 0.42 | 0.27 | 5.32 | 0.37 | 0.58 |
| Hex | BB | 73 | 6C | 0 | 27 | 2A | 1B | 5 | 25 | 3A |
| Octal | 273 | 163 | 154 | 0 | 47 | 52 | 33 | 5 | 45 | 72 |
| Binary | 10111011 | 1110011 | 1101100 | 0 | 100111 | 101010 | 11011 | 101 | 100101 | 111010 |
Color Harmonies of #BB736C
Complementary color
Monochromatic Colors of #BB736C
Black with #BB736C
Text Example
Text Example
White with #BB736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB736C; }
p { color: rgb(187,115,108); }
H1.HeaderClassName
{
color: #BB736C;
}
.AnyTagClassName
{
color: #BB736C;
}
</style>
background-color css
<style>
a { background-color: #BB736C; }
a { background-color: rgb(187,115,108); }
div.DivClassName
{
background-color: #BB736C;
}
.BgClassName
{
background-color: #BB736C;
}
</style>
border-color css
<style>
span { border-color: #BB736C; }
span { border-color: rgb(187,115,108); }
td.TdClassName
{
border-color: #BB736C;
}
.TagClassName
{
border-color: #BB736C;
}
</style>