Shades of Contessa #B8695D
Tints of Contessa #B8695D
RGB
CMYK
RGB Variations
Color information
#B8695D (or 0xB8695D) is known color: Contessa. HEX triplet: B8, 69 and 5D. RGB value is (184,105,93). Sum of RGB (Red+Green+Blue) = 184+105+93=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B8695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8695D is #4796A2. Grayscale: #7F7F7F. Windows color (decimal): -4691619 or 6121912. OLE color: 6121912.
HSL color Cylindrical-coordinate representation of color #B8695D: hue angle of 7.91º 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 #B8695D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 93 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.28 |
| HSL | 7.91º | 0.39% | 0.54% | - |
| HSV(B) | 7.91º | 0.49% | 0.72% | - |
| XYZ | 26.79 | 21.08 | 13.01 | - |
| YUV | 127.25 | 108.67 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 93 | 0 | 0.43 | 0.49 | 0.28 | 7.91 | 0.39 | 0.54 |
| Hex | B8 | 69 | 5D | 0 | 2B | 31 | 1C | 8 | 27 | 36 |
| Octal | 270 | 151 | 135 | 0 | 53 | 61 | 34 | 10 | 47 | 66 |
| Binary | 10111000 | 1101001 | 1011101 | 0 | 101011 | 110001 | 11100 | 1000 | 100111 | 110110 |
Color Harmonies of #B8695D
Complementary color
Monochromatic Colors of #B8695D
Black with #B8695D
Text Example
Text Example
White with #B8695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8695D; }
p { color: rgb(184,105,93); }
H1.HeaderClassName
{
color: #B8695D;
}
.AnyTagClassName
{
color: #B8695D;
}
</style>
background-color css
<style>
a { background-color: #B8695D; }
a { background-color: rgb(184,105,93); }
div.DivClassName
{
background-color: #B8695D;
}
.BgClassName
{
background-color: #B8695D;
}
</style>
border-color css
<style>
span { border-color: #B8695D; }
span { border-color: rgb(184,105,93); }
td.TdClassName
{
border-color: #B8695D;
}
.TagClassName
{
border-color: #B8695D;
}
</style>