Shades of Contessa #B8675F
Tints of Contessa #B8675F
RGB
CMYK
RGB Variations
Color information
#B8675F (or 0xB8675F) is known color: Contessa. HEX triplet: B8, 67 and 5F. RGB value is (184,103,95). Sum of RGB (Red+Green+Blue) = 184+103+95=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B8675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8675F is #4798A0. Grayscale: #7E7E7E. Windows color (decimal): -4692129 or 6252472. OLE color: 6252472.
HSL color Cylindrical-coordinate representation of color #B8675F: hue angle of 5.39º degrees, saturation: 0.39, 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 #B8675F is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 95 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.28 |
| HSL | 5.39º | 0.39% | 0.55% | - |
| HSV(B) | 5.39º | 0.48% | 0.72% | - |
| XYZ | 26.68 | 20.72 | 13.42 | - |
| YUV | 126.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 95 | 0 | 0.44 | 0.48 | 0.28 | 5.39 | 0.39 | 0.55 |
| Hex | B8 | 67 | 5F | 0 | 2C | 30 | 1C | 5 | 27 | 37 |
| Octal | 270 | 147 | 137 | 0 | 54 | 60 | 34 | 5 | 47 | 67 |
| Binary | 10111000 | 1100111 | 1011111 | 0 | 101100 | 110000 | 11100 | 101 | 100111 | 110111 |
Color Harmonies of #B8675F
Complementary color
Monochromatic Colors of #B8675F
Black with #B8675F
Text Example
Text Example
White with #B8675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8675F; }
p { color: rgb(184,103,95); }
H1.HeaderClassName
{
color: #B8675F;
}
.AnyTagClassName
{
color: #B8675F;
}
</style>
background-color css
<style>
a { background-color: #B8675F; }
a { background-color: rgb(184,103,95); }
div.DivClassName
{
background-color: #B8675F;
}
.BgClassName
{
background-color: #B8675F;
}
</style>
border-color css
<style>
span { border-color: #B8675F; }
span { border-color: rgb(184,103,95); }
td.TdClassName
{
border-color: #B8675F;
}
.TagClassName
{
border-color: #B8675F;
}
</style>