Shades of Contessa #B8745D
Tints of Contessa #B8745D
RGB
CMYK
RGB Variations
Color information
#B8745D (or 0xB8745D) is known color: Contessa. HEX triplet: B8, 74 and 5D. RGB value is (184,116,93). Sum of RGB (Red+Green+Blue) = 184+116+93=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8745D is #478BA2. Grayscale: #858585. Windows color (decimal): -4688803 or 6124728. OLE color: 6124728.
HSL color Cylindrical-coordinate representation of color #B8745D: hue angle of 15.16º 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 #B8745D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 93 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.28 |
| HSL | 15.16º | 0.39% | 0.54% | - |
| HSV(B) | 15.16º | 0.49% | 0.72% | - |
| XYZ | 27.99 | 23.47 | 13.41 | - |
| YUV | 133.71 | 105.03 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 93 | 0 | 0.37 | 0.49 | 0.28 | 15.16 | 0.39 | 0.54 |
| Hex | B8 | 74 | 5D | 0 | 25 | 31 | 1C | F | 27 | 36 |
| Octal | 270 | 164 | 135 | 0 | 45 | 61 | 34 | 17 | 47 | 66 |
| Binary | 10111000 | 1110100 | 1011101 | 0 | 100101 | 110001 | 11100 | 1111 | 100111 | 110110 |
Color Harmonies of #B8745D
Complementary color
Monochromatic Colors of #B8745D
Black with #B8745D
Text Example
Text Example
White with #B8745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8745D; }
p { color: rgb(184,116,93); }
H1.HeaderClassName
{
color: #B8745D;
}
.AnyTagClassName
{
color: #B8745D;
}
</style>
background-color css
<style>
a { background-color: #B8745D; }
a { background-color: rgb(184,116,93); }
div.DivClassName
{
background-color: #B8745D;
}
.BgClassName
{
background-color: #B8745D;
}
</style>
border-color css
<style>
span { border-color: #B8745D; }
span { border-color: rgb(184,116,93); }
td.TdClassName
{
border-color: #B8745D;
}
.TagClassName
{
border-color: #B8745D;
}
</style>