Shades of Contessa #B66F68
Tints of Contessa #B66F68
RGB
CMYK
RGB Variations
Color information
#B66F68 (or 0xB66F68) is known color: Contessa. HEX triplet: B6, 6F and 68. RGB value is (182,111,104). Sum of RGB (Red+Green+Blue) = 182+111+104=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F68 is #499097. Grayscale: #838383. Windows color (decimal): -4821144 or 6844342. OLE color: 6844342.
HSL color Cylindrical-coordinate representation of color #B66F68: hue angle of 5.38º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B66F68 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 111 | 104 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.29 |
| HSL | 5.38º | 0.35% | 0.56% | - |
| HSV(B) | 5.38º | 0.43% | 0.71% | - |
| XYZ | 27.47 | 22.31 | 15.96 | - |
| YUV | 131.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 104 | 0 | 0.39 | 0.43 | 0.29 | 5.38 | 0.35 | 0.56 |
| Hex | B6 | 6F | 68 | 0 | 27 | 2B | 1D | 5 | 23 | 38 |
| Octal | 266 | 157 | 150 | 0 | 47 | 53 | 35 | 5 | 43 | 70 |
| Binary | 10110110 | 1101111 | 1101000 | 0 | 100111 | 101011 | 11101 | 101 | 100011 | 111000 |
Color Harmonies of #B66F68
Complementary color
Monochromatic Colors of #B66F68
Black with #B66F68
Text Example
Text Example
White with #B66F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66F68; }
p { color: rgb(182,111,104); }
H1.HeaderClassName
{
color: #B66F68;
}
.AnyTagClassName
{
color: #B66F68;
}
</style>
background-color css
<style>
a { background-color: #B66F68; }
a { background-color: rgb(182,111,104); }
div.DivClassName
{
background-color: #B66F68;
}
.BgClassName
{
background-color: #B66F68;
}
</style>
border-color css
<style>
span { border-color: #B66F68; }
span { border-color: rgb(182,111,104); }
td.TdClassName
{
border-color: #B66F68;
}
.TagClassName
{
border-color: #B66F68;
}
</style>