Shades of Contessa #B7655F
Tints of Contessa #B7655F
RGB
CMYK
RGB Variations
Color information
#B7655F (or 0xB7655F) is known color: Contessa. HEX triplet: B7, 65 and 5F. RGB value is (183,101,95). Sum of RGB (Red+Green+Blue) = 183+101+95=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7655F is #489AA0. Grayscale: #7C7C7C. Windows color (decimal): -4758177 or 6251959. OLE color: 6251959.
HSL color Cylindrical-coordinate representation of color #B7655F: hue angle of 4.09º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7655F is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 95 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.28 |
| HSL | 4.09º | 0.38% | 0.55% | - |
| HSV(B) | 4.09º | 0.48% | 0.72% | - |
| XYZ | 26.25 | 20.2 | 13.34 | - |
| YUV | 124.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 95 | 0 | 0.45 | 0.48 | 0.28 | 4.09 | 0.38 | 0.55 |
| Hex | B7 | 65 | 5F | 0 | 2D | 30 | 1C | 4 | 26 | 37 |
| Octal | 267 | 145 | 137 | 0 | 55 | 60 | 34 | 4 | 46 | 67 |
| Binary | 10110111 | 1100101 | 1011111 | 0 | 101101 | 110000 | 11100 | 100 | 100110 | 110111 |
Color Harmonies of #B7655F
Complementary color
Monochromatic Colors of #B7655F
Black with #B7655F
Text Example
Text Example
White with #B7655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7655F; }
p { color: rgb(183,101,95); }
H1.HeaderClassName
{
color: #B7655F;
}
.AnyTagClassName
{
color: #B7655F;
}
</style>
background-color css
<style>
a { background-color: #B7655F; }
a { background-color: rgb(183,101,95); }
div.DivClassName
{
background-color: #B7655F;
}
.BgClassName
{
background-color: #B7655F;
}
</style>
border-color css
<style>
span { border-color: #B7655F; }
span { border-color: rgb(183,101,95); }
td.TdClassName
{
border-color: #B7655F;
}
.TagClassName
{
border-color: #B7655F;
}
</style>