Shades of Contessa #BB6C63
Tints of Contessa #BB6C63
RGB
CMYK
RGB Variations
Color information
#BB6C63 (or 0xBB6C63) is known color: Contessa. HEX triplet: BB, 6C and 63. RGB value is (187,108,99). Sum of RGB (Red+Green+Blue) = 187+108+99=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C63 is #44939C. Grayscale: #828282. Windows color (decimal): -4494237 or 6515899. OLE color: 6515899.
HSL color Cylindrical-coordinate representation of color #BB6C63: hue angle of 6.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6C63 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 108 | 99 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.27 |
| HSL | 6.14º | 0.39% | 0.56% | - |
| HSV(B) | 6.14º | 0.47% | 0.73% | - |
| XYZ | 28.11 | 22.19 | 14.61 | - |
| YUV | 130.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 99 | 0 | 0.42 | 0.47 | 0.27 | 6.14 | 0.39 | 0.56 |
| Hex | BB | 6C | 63 | 0 | 2A | 2F | 1B | 6 | 27 | 38 |
| Octal | 273 | 154 | 143 | 0 | 52 | 57 | 33 | 6 | 47 | 70 |
| Binary | 10111011 | 1101100 | 1100011 | 0 | 101010 | 101111 | 11011 | 110 | 100111 | 111000 |
Color Harmonies of #BB6C63
Complementary color
Monochromatic Colors of #BB6C63
Black with #BB6C63
Text Example
Text Example
White with #BB6C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6C63; }
p { color: rgb(187,108,99); }
H1.HeaderClassName
{
color: #BB6C63;
}
.AnyTagClassName
{
color: #BB6C63;
}
</style>
background-color css
<style>
a { background-color: #BB6C63; }
a { background-color: rgb(187,108,99); }
div.DivClassName
{
background-color: #BB6C63;
}
.BgClassName
{
background-color: #BB6C63;
}
</style>
border-color css
<style>
span { border-color: #BB6C63; }
span { border-color: rgb(187,108,99); }
td.TdClassName
{
border-color: #BB6C63;
}
.TagClassName
{
border-color: #BB6C63;
}
</style>