Shades of Contessa #B8655D
Tints of Contessa #B8655D
RGB
CMYK
RGB Variations
Color information
#B8655D (or 0xB8655D) is known color: Contessa. HEX triplet: B8, 65 and 5D. RGB value is (184,101,93). Sum of RGB (Red+Green+Blue) = 184+101+93=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8655D is #479AA2. Grayscale: #7D7D7D. Windows color (decimal): -4692643 or 6120888. OLE color: 6120888.
HSL color Cylindrical-coordinate representation of color #B8655D: hue angle of 5.27º degrees, saturation: 0.39, 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 #B8655D is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 93 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.28 |
| HSL | 5.27º | 0.39% | 0.54% | - |
| HSV(B) | 5.27º | 0.49% | 0.72% | - |
| XYZ | 26.4 | 20.29 | 12.88 | - |
| YUV | 124.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 93 | 0 | 0.45 | 0.49 | 0.28 | 5.27 | 0.39 | 0.54 |
| Hex | B8 | 65 | 5D | 0 | 2D | 31 | 1C | 5 | 27 | 36 |
| Octal | 270 | 145 | 135 | 0 | 55 | 61 | 34 | 5 | 47 | 66 |
| Binary | 10111000 | 1100101 | 1011101 | 0 | 101101 | 110001 | 11100 | 101 | 100111 | 110110 |
Color Harmonies of #B8655D
Complementary color
Monochromatic Colors of #B8655D
Black with #B8655D
Text Example
Text Example
White with #B8655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8655D; }
p { color: rgb(184,101,93); }
H1.HeaderClassName
{
color: #B8655D;
}
.AnyTagClassName
{
color: #B8655D;
}
</style>
background-color css
<style>
a { background-color: #B8655D; }
a { background-color: rgb(184,101,93); }
div.DivClassName
{
background-color: #B8655D;
}
.BgClassName
{
background-color: #B8655D;
}
</style>
border-color css
<style>
span { border-color: #B8655D; }
span { border-color: rgb(184,101,93); }
td.TdClassName
{
border-color: #B8655D;
}
.TagClassName
{
border-color: #B8655D;
}
</style>