Shades of Contessa #B7675D
Tints of Contessa #B7675D
RGB
CMYK
RGB Variations
Color information
#B7675D (or 0xB7675D) is known color: Contessa. HEX triplet: B7, 67 and 5D. RGB value is (183,103,93). Sum of RGB (Red+Green+Blue) = 183+103+93=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7675D is #4898A2. Grayscale: #7D7D7D. Windows color (decimal): -4757667 or 6121399. OLE color: 6121399.
HSL color Cylindrical-coordinate representation of color #B7675D: hue angle of 6.67º 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 #B7675D is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 93 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.28 |
| HSL | 6.67º | 0.38% | 0.54% | - |
| HSV(B) | 6.67º | 0.49% | 0.72% | - |
| XYZ | 26.35 | 20.56 | 12.94 | - |
| YUV | 125.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 93 | 0 | 0.44 | 0.49 | 0.28 | 6.67 | 0.38 | 0.54 |
| Hex | B7 | 67 | 5D | 0 | 2C | 31 | 1C | 7 | 26 | 36 |
| Octal | 267 | 147 | 135 | 0 | 54 | 61 | 34 | 7 | 46 | 66 |
| Binary | 10110111 | 1100111 | 1011101 | 0 | 101100 | 110001 | 11100 | 111 | 100110 | 110110 |
Color Harmonies of #B7675D
Complementary color
Monochromatic Colors of #B7675D
Black with #B7675D
Text Example
Text Example
White with #B7675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7675D; }
p { color: rgb(183,103,93); }
H1.HeaderClassName
{
color: #B7675D;
}
.AnyTagClassName
{
color: #B7675D;
}
</style>
background-color css
<style>
a { background-color: #B7675D; }
a { background-color: rgb(183,103,93); }
div.DivClassName
{
background-color: #B7675D;
}
.BgClassName
{
background-color: #B7675D;
}
</style>
border-color css
<style>
span { border-color: #B7675D; }
span { border-color: rgb(183,103,93); }
td.TdClassName
{
border-color: #B7675D;
}
.TagClassName
{
border-color: #B7675D;
}
</style>