Shades of Contessa #BD7467
Tints of Contessa #BD7467
RGB
CMYK
RGB Variations
Color information
#BD7467 (or 0xBD7467) is known color: Contessa. HEX triplet: BD, 74 and 67. RGB value is (189,116,103). Sum of RGB (Red+Green+Blue) = 189+116+103=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7467 is #428B98. Grayscale: #888888. Windows color (decimal): -4361113 or 6780093. OLE color: 6780093.
HSL color Cylindrical-coordinate representation of color #BD7467: hue angle of 9.07º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD7467 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 103 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.26 |
| HSL | 9.07º | 0.39% | 0.57% | - |
| HSV(B) | 9.07º | 0.46% | 0.74% | - |
| XYZ | 29.68 | 24.29 | 15.96 | - |
| YUV | 136.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 103 | 0 | 0.39 | 0.46 | 0.26 | 9.07 | 0.39 | 0.57 |
| Hex | BD | 74 | 67 | 0 | 27 | 2E | 1A | 9 | 27 | 39 |
| Octal | 275 | 164 | 147 | 0 | 47 | 56 | 32 | 11 | 47 | 71 |
| Binary | 10111101 | 1110100 | 1100111 | 0 | 100111 | 101110 | 11010 | 1001 | 100111 | 111001 |
Color Harmonies of #BD7467
Complementary color
Monochromatic Colors of #BD7467
Black with #BD7467
Text Example
Text Example
White with #BD7467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7467; }
p { color: rgb(189,116,103); }
H1.HeaderClassName
{
color: #BD7467;
}
.AnyTagClassName
{
color: #BD7467;
}
</style>
background-color css
<style>
a { background-color: #BD7467; }
a { background-color: rgb(189,116,103); }
div.DivClassName
{
background-color: #BD7467;
}
.BgClassName
{
background-color: #BD7467;
}
</style>
border-color css
<style>
span { border-color: #BD7467; }
span { border-color: rgb(189,116,103); }
td.TdClassName
{
border-color: #BD7467;
}
.TagClassName
{
border-color: #BD7467;
}
</style>