Shades of Contessa #BB7B68
Tints of Contessa #BB7B68
RGB
CMYK
RGB Variations
Color information
#BB7B68 (or 0xBB7B68) is known color: Contessa. HEX triplet: BB, 7B and 68. RGB value is (187,123,104). Sum of RGB (Red+Green+Blue) = 187+123+104=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B68 is #448497. Grayscale: #8C8C8C. Windows color (decimal): -4490392 or 6847419. OLE color: 6847419.
HSL color Cylindrical-coordinate representation of color #BB7B68: hue angle of 13.73º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7B68 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 104 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.27 |
| HSL | 13.73º | 0.38% | 0.57% | - |
| HSV(B) | 13.73º | 0.44% | 0.73% | - |
| XYZ | 30.08 | 25.73 | 16.48 | - |
| YUV | 139.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 104 | 0 | 0.34 | 0.44 | 0.27 | 13.73 | 0.38 | 0.57 |
| Hex | BB | 7B | 68 | 0 | 22 | 2C | 1B | E | 26 | 39 |
| Octal | 273 | 173 | 150 | 0 | 42 | 54 | 33 | 16 | 46 | 71 |
| Binary | 10111011 | 1111011 | 1101000 | 0 | 100010 | 101100 | 11011 | 1110 | 100110 | 111001 |
Color Harmonies of #BB7B68
Complementary color
Monochromatic Colors of #BB7B68
Black with #BB7B68
Text Example
Text Example
White with #BB7B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B68; }
p { color: rgb(187,123,104); }
H1.HeaderClassName
{
color: #BB7B68;
}
.AnyTagClassName
{
color: #BB7B68;
}
</style>
background-color css
<style>
a { background-color: #BB7B68; }
a { background-color: rgb(187,123,104); }
div.DivClassName
{
background-color: #BB7B68;
}
.BgClassName
{
background-color: #BB7B68;
}
</style>
border-color css
<style>
span { border-color: #BB7B68; }
span { border-color: rgb(187,123,104); }
td.TdClassName
{
border-color: #BB7B68;
}
.TagClassName
{
border-color: #BB7B68;
}
</style>