Shades of Contessa #B7675F
Tints of Contessa #B7675F
RGB
CMYK
RGB Variations
Color information
#B7675F (or 0xB7675F) is known color: Contessa. HEX triplet: B7, 67 and 5F. RGB value is (183,103,95). Sum of RGB (Red+Green+Blue) = 183+103+95=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7675F is #4898A0. Grayscale: #7E7E7E. Windows color (decimal): -4757665 or 6252471. OLE color: 6252471.
HSL color Cylindrical-coordinate representation of color #B7675F: hue angle of 5.45º 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 #B7675F is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 95 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.28 |
| HSL | 5.45º | 0.38% | 0.55% | - |
| HSV(B) | 5.45º | 0.48% | 0.72% | - |
| XYZ | 26.44 | 20.59 | 13.41 | - |
| YUV | 126.01 | 110.5 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 95 | 0 | 0.44 | 0.48 | 0.28 | 5.45 | 0.38 | 0.55 |
| Hex | B7 | 67 | 5F | 0 | 2C | 30 | 1C | 5 | 26 | 37 |
| Octal | 267 | 147 | 137 | 0 | 54 | 60 | 34 | 5 | 46 | 67 |
| Binary | 10110111 | 1100111 | 1011111 | 0 | 101100 | 110000 | 11100 | 101 | 100110 | 110111 |
Color Harmonies of #B7675F
Complementary color
Monochromatic Colors of #B7675F
Black with #B7675F
Text Example
Text Example
White with #B7675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7675F; }
p { color: rgb(183,103,95); }
H1.HeaderClassName
{
color: #B7675F;
}
.AnyTagClassName
{
color: #B7675F;
}
</style>
background-color css
<style>
a { background-color: #B7675F; }
a { background-color: rgb(183,103,95); }
div.DivClassName
{
background-color: #B7675F;
}
.BgClassName
{
background-color: #B7675F;
}
</style>
border-color css
<style>
span { border-color: #B7675F; }
span { border-color: rgb(183,103,95); }
td.TdClassName
{
border-color: #B7675F;
}
.TagClassName
{
border-color: #B7675F;
}
</style>