Shades of Contessa #B77268
Tints of Contessa #B77268
RGB
CMYK
RGB Variations
Color information
#B77268 (or 0xB77268) is known color: Contessa. HEX triplet: B7, 72 and 68. RGB value is (183,114,104). Sum of RGB (Red+Green+Blue) = 183+114+104=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B77268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77268 is #488D97. Grayscale: #858585. Windows color (decimal): -4754840 or 6845111. OLE color: 6845111.
HSL color Cylindrical-coordinate representation of color #B77268: hue angle of 7.59º 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 #B77268 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 104 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.28 |
| HSL | 7.59º | 0.35% | 0.56% | - |
| HSV(B) | 7.59º | 0.43% | 0.72% | - |
| XYZ | 28.04 | 23.1 | 16.08 | - |
| YUV | 133.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 104 | 0 | 0.38 | 0.43 | 0.28 | 7.59 | 0.35 | 0.56 |
| Hex | B7 | 72 | 68 | 0 | 26 | 2B | 1C | 8 | 23 | 38 |
| Octal | 267 | 162 | 150 | 0 | 46 | 53 | 34 | 10 | 43 | 70 |
| Binary | 10110111 | 1110010 | 1101000 | 0 | 100110 | 101011 | 11100 | 1000 | 100011 | 111000 |
Color Harmonies of #B77268
Complementary color
Monochromatic Colors of #B77268
Black with #B77268
Text Example
Text Example
White with #B77268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77268; }
p { color: rgb(183,114,104); }
H1.HeaderClassName
{
color: #B77268;
}
.AnyTagClassName
{
color: #B77268;
}
</style>
background-color css
<style>
a { background-color: #B77268; }
a { background-color: rgb(183,114,104); }
div.DivClassName
{
background-color: #B77268;
}
.BgClassName
{
background-color: #B77268;
}
</style>
border-color css
<style>
span { border-color: #B77268; }
span { border-color: rgb(183,114,104); }
td.TdClassName
{
border-color: #B77268;
}
.TagClassName
{
border-color: #B77268;
}
</style>