Shades of Contessa #B8665D
Tints of Contessa #B8665D
RGB
CMYK
RGB Variations
Color information
#B8665D (or 0xB8665D) is known color: Contessa. HEX triplet: B8, 66 and 5D. RGB value is (184,102,93). Sum of RGB (Red+Green+Blue) = 184+102+93=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8665D is #4799A2. Grayscale: #7D7D7D. Windows color (decimal): -4692387 or 6121144. OLE color: 6121144.
HSL color Cylindrical-coordinate representation of color #B8665D: hue angle of 5.93º 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 #B8665D is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 93 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.28 |
| HSL | 5.93º | 0.39% | 0.54% | - |
| HSV(B) | 5.93º | 0.49% | 0.72% | - |
| XYZ | 26.49 | 20.48 | 12.91 | - |
| YUV | 125.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 93 | 0 | 0.45 | 0.49 | 0.28 | 5.93 | 0.39 | 0.54 |
| Hex | B8 | 66 | 5D | 0 | 2D | 31 | 1C | 6 | 27 | 36 |
| Octal | 270 | 146 | 135 | 0 | 55 | 61 | 34 | 6 | 47 | 66 |
| Binary | 10111000 | 1100110 | 1011101 | 0 | 101101 | 110001 | 11100 | 110 | 100111 | 110110 |
Color Harmonies of #B8665D
Complementary color
Monochromatic Colors of #B8665D
Black with #B8665D
Text Example
Text Example
White with #B8665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8665D; }
p { color: rgb(184,102,93); }
H1.HeaderClassName
{
color: #B8665D;
}
.AnyTagClassName
{
color: #B8665D;
}
</style>
background-color css
<style>
a { background-color: #B8665D; }
a { background-color: rgb(184,102,93); }
div.DivClassName
{
background-color: #B8665D;
}
.BgClassName
{
background-color: #B8665D;
}
</style>
border-color css
<style>
span { border-color: #B8665D; }
span { border-color: rgb(184,102,93); }
td.TdClassName
{
border-color: #B8665D;
}
.TagClassName
{
border-color: #B8665D;
}
</style>