Shades of Contessa #B76F67
Tints of Contessa #B76F67
RGB
CMYK
RGB Variations
Color information
#B76F67 (or 0xB76F67) is known color: Contessa. HEX triplet: B7, 6F and 67. RGB value is (183,111,103). Sum of RGB (Red+Green+Blue) = 183+111+103=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F67 is #489098. Grayscale: #838383. Windows color (decimal): -4755609 or 6778807. OLE color: 6778807.
HSL color Cylindrical-coordinate representation of color #B76F67: hue angle of 6º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76F67 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 103 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.28 |
| HSL | 6º | 0.36% | 0.56% | - |
| HSV(B) | 6º | 0.44% | 0.72% | - |
| XYZ | 27.66 | 22.42 | 15.7 | - |
| YUV | 131.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 103 | 0 | 0.39 | 0.44 | 0.28 | 6 | 0.36 | 0.56 |
| Hex | B7 | 6F | 67 | 0 | 27 | 2C | 1C | 6 | 24 | 38 |
| Octal | 267 | 157 | 147 | 0 | 47 | 54 | 34 | 6 | 44 | 70 |
| Binary | 10110111 | 1101111 | 1100111 | 0 | 100111 | 101100 | 11100 | 110 | 100100 | 111000 |
Color Harmonies of #B76F67
Complementary color
Monochromatic Colors of #B76F67
Black with #B76F67
Text Example
Text Example
White with #B76F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F67; }
p { color: rgb(183,111,103); }
H1.HeaderClassName
{
color: #B76F67;
}
.AnyTagClassName
{
color: #B76F67;
}
</style>
background-color css
<style>
a { background-color: #B76F67; }
a { background-color: rgb(183,111,103); }
div.DivClassName
{
background-color: #B76F67;
}
.BgClassName
{
background-color: #B76F67;
}
</style>
border-color css
<style>
span { border-color: #B76F67; }
span { border-color: rgb(183,111,103); }
td.TdClassName
{
border-color: #B76F67;
}
.TagClassName
{
border-color: #B76F67;
}
</style>