Shades of Contessa #B8685C
Tints of Contessa #B8685C
RGB
CMYK
RGB Variations
Color information
#B8685C (or 0xB8685C) is known color: Contessa. HEX triplet: B8, 68 and 5C. RGB value is (184,104,92). Sum of RGB (Red+Green+Blue) = 184+104+92=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8685C is #4797A3. Grayscale: #7E7E7E. Windows color (decimal): -4691876 or 6056120. OLE color: 6056120.
HSL color Cylindrical-coordinate representation of color #B8685C: hue angle of 7.83º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8685C is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 104 | 92 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.28 |
| HSL | 7.83º | 0.39% | 0.54% | - |
| HSV(B) | 7.83º | 0.5% | 0.72% | - |
| XYZ | 26.65 | 20.86 | 12.75 | - |
| YUV | 126.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 104 | 92 | 0 | 0.43 | 0.50 | 0.28 | 7.83 | 0.39 | 0.54 |
| Hex | B8 | 68 | 5C | 0 | 2B | 32 | 1C | 8 | 27 | 36 |
| Octal | 270 | 150 | 134 | 0 | 53 | 62 | 34 | 10 | 47 | 66 |
| Binary | 10111000 | 1101000 | 1011100 | 0 | 101011 | 110010 | 11100 | 1000 | 100111 | 110110 |
Color Harmonies of #B8685C
Complementary color
Monochromatic Colors of #B8685C
Black with #B8685C
Text Example
Text Example
White with #B8685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8685C; }
p { color: rgb(184,104,92); }
H1.HeaderClassName
{
color: #B8685C;
}
.AnyTagClassName
{
color: #B8685C;
}
</style>
background-color css
<style>
a { background-color: #B8685C; }
a { background-color: rgb(184,104,92); }
div.DivClassName
{
background-color: #B8685C;
}
.BgClassName
{
background-color: #B8685C;
}
</style>
border-color css
<style>
span { border-color: #B8685C; }
span { border-color: rgb(184,104,92); }
td.TdClassName
{
border-color: #B8685C;
}
.TagClassName
{
border-color: #B8685C;
}
</style>