Shades of Contessa #B9695C
Tints of Contessa #B9695C
RGB
CMYK
RGB Variations
Color information
#B9695C (or 0xB9695C) is known color: Contessa. HEX triplet: B9, 69 and 5C. RGB value is (185,105,92). Sum of RGB (Red+Green+Blue) = 185+105+92=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9695C is #4696A3. Grayscale: #7F7F7F. Windows color (decimal): -4626084 or 6056377. OLE color: 6056377.
HSL color Cylindrical-coordinate representation of color #B9695C: hue angle of 8.39º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9695C is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 92 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.27 |
| HSL | 8.39º | 0.4% | 0.54% | - |
| HSV(B) | 8.39º | 0.5% | 0.73% | - |
| XYZ | 26.99 | 21.19 | 12.79 | - |
| YUV | 127.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 92 | 0 | 0.43 | 0.50 | 0.27 | 8.39 | 0.4 | 0.54 |
| Hex | B9 | 69 | 5C | 0 | 2B | 32 | 1B | 8 | 28 | 36 |
| Octal | 271 | 151 | 134 | 0 | 53 | 62 | 33 | 10 | 50 | 66 |
| Binary | 10111001 | 1101001 | 1011100 | 0 | 101011 | 110010 | 11011 | 1000 | 101000 | 110110 |
Color Harmonies of #B9695C
Complementary color
Monochromatic Colors of #B9695C
Black with #B9695C
Text Example
Text Example
White with #B9695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9695C; }
p { color: rgb(185,105,92); }
H1.HeaderClassName
{
color: #B9695C;
}
.AnyTagClassName
{
color: #B9695C;
}
</style>
background-color css
<style>
a { background-color: #B9695C; }
a { background-color: rgb(185,105,92); }
div.DivClassName
{
background-color: #B9695C;
}
.BgClassName
{
background-color: #B9695C;
}
</style>
border-color css
<style>
span { border-color: #B9695C; }
span { border-color: rgb(185,105,92); }
td.TdClassName
{
border-color: #B9695C;
}
.TagClassName
{
border-color: #B9695C;
}
</style>