Shades of Contessa #B76A68
Tints of Contessa #B76A68
RGB
CMYK
RGB Variations
Color information
#B76A68 (or 0xB76A68) is known color: Contessa. HEX triplet: B7, 6A and 68. RGB value is (183,106,104). Sum of RGB (Red+Green+Blue) = 183+106+104=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A68 is #489597. Grayscale: #808080. Windows color (decimal): -4756888 or 6843063. OLE color: 6843063.
HSL color Cylindrical-coordinate representation of color #B76A68: hue angle of 1.52º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76A68 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 104 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.28 |
| HSL | 1.52º | 0.35% | 0.56% | - |
| HSV(B) | 1.52º | 0.43% | 0.72% | - |
| XYZ | 27.18 | 21.37 | 15.79 | - |
| YUV | 128.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 104 | 0 | 0.42 | 0.43 | 0.28 | 1.52 | 0.35 | 0.56 |
| Hex | B7 | 6A | 68 | 0 | 2A | 2B | 1C | 2 | 23 | 38 |
| Octal | 267 | 152 | 150 | 0 | 52 | 53 | 34 | 2 | 43 | 70 |
| Binary | 10110111 | 1101010 | 1101000 | 0 | 101010 | 101011 | 11100 | 10 | 100011 | 111000 |
Color Harmonies of #B76A68
Complementary color
Monochromatic Colors of #B76A68
Black with #B76A68
Text Example
Text Example
White with #B76A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A68; }
p { color: rgb(183,106,104); }
H1.HeaderClassName
{
color: #B76A68;
}
.AnyTagClassName
{
color: #B76A68;
}
</style>
background-color css
<style>
a { background-color: #B76A68; }
a { background-color: rgb(183,106,104); }
div.DivClassName
{
background-color: #B76A68;
}
.BgClassName
{
background-color: #B76A68;
}
</style>
border-color css
<style>
span { border-color: #B76A68; }
span { border-color: rgb(183,106,104); }
td.TdClassName
{
border-color: #B76A68;
}
.TagClassName
{
border-color: #B76A68;
}
</style>