Shades of Contessa #B77263
Tints of Contessa #B77263
RGB
CMYK
RGB Variations
Color information
#B77263 (or 0xB77263) is known color: Contessa. HEX triplet: B7, 72 and 63. RGB value is (183,114,99). Sum of RGB (Red+Green+Blue) = 183+114+99=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B77263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77263 is #488D9C. Grayscale: #858585. Windows color (decimal): -4754845 or 6517431. OLE color: 6517431.
HSL color Cylindrical-coordinate representation of color #B77263: hue angle of 10.71º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B77263 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 99 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.28 |
| HSL | 10.71º | 0.37% | 0.55% | - |
| HSV(B) | 10.71º | 0.46% | 0.72% | - |
| XYZ | 27.8 | 23 | 14.78 | - |
| YUV | 132.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 99 | 0 | 0.38 | 0.46 | 0.28 | 10.71 | 0.37 | 0.55 |
| Hex | B7 | 72 | 63 | 0 | 26 | 2E | 1C | B | 25 | 37 |
| Octal | 267 | 162 | 143 | 0 | 46 | 56 | 34 | 13 | 45 | 67 |
| Binary | 10110111 | 1110010 | 1100011 | 0 | 100110 | 101110 | 11100 | 1011 | 100101 | 110111 |
Color Harmonies of #B77263
Complementary color
Monochromatic Colors of #B77263
Black with #B77263
Text Example
Text Example
White with #B77263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77263; }
p { color: rgb(183,114,99); }
H1.HeaderClassName
{
color: #B77263;
}
.AnyTagClassName
{
color: #B77263;
}
</style>
background-color css
<style>
a { background-color: #B77263; }
a { background-color: rgb(183,114,99); }
div.DivClassName
{
background-color: #B77263;
}
.BgClassName
{
background-color: #B77263;
}
</style>
border-color css
<style>
span { border-color: #B77263; }
span { border-color: rgb(183,114,99); }
td.TdClassName
{
border-color: #B77263;
}
.TagClassName
{
border-color: #B77263;
}
</style>