Shades of Contessa #B7645E
Tints of Contessa #B7645E
RGB
CMYK
RGB Variations
Color information
#B7645E (or 0xB7645E) is known color: Contessa. HEX triplet: B7, 64 and 5E. RGB value is (183,100,94). Sum of RGB (Red+Green+Blue) = 183+100+94=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7645E is #489BA1. Grayscale: #7C7C7C. Windows color (decimal): -4758434 or 6186167. OLE color: 6186167.
HSL color Cylindrical-coordinate representation of color #B7645E: hue angle of 4.04º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7645E is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 94 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.28 |
| HSL | 4.04º | 0.38% | 0.54% | - |
| HSV(B) | 4.04º | 0.49% | 0.72% | - |
| XYZ | 26.11 | 19.99 | 13.07 | - |
| YUV | 124.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 94 | 0 | 0.45 | 0.49 | 0.28 | 4.04 | 0.38 | 0.54 |
| Hex | B7 | 64 | 5E | 0 | 2D | 31 | 1C | 4 | 26 | 36 |
| Octal | 267 | 144 | 136 | 0 | 55 | 61 | 34 | 4 | 46 | 66 |
| Binary | 10110111 | 1100100 | 1011110 | 0 | 101101 | 110001 | 11100 | 100 | 100110 | 110110 |
Color Harmonies of #B7645E
Complementary color
Monochromatic Colors of #B7645E
Black with #B7645E
Text Example
Text Example
White with #B7645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7645E; }
p { color: rgb(183,100,94); }
H1.HeaderClassName
{
color: #B7645E;
}
.AnyTagClassName
{
color: #B7645E;
}
</style>
background-color css
<style>
a { background-color: #B7645E; }
a { background-color: rgb(183,100,94); }
div.DivClassName
{
background-color: #B7645E;
}
.BgClassName
{
background-color: #B7645E;
}
</style>
border-color css
<style>
span { border-color: #B7645E; }
span { border-color: rgb(183,100,94); }
td.TdClassName
{
border-color: #B7645E;
}
.TagClassName
{
border-color: #B7645E;
}
</style>