Shades of Contessa #BD786B
Tints of Contessa #BD786B
RGB
CMYK
RGB Variations
Color information
#BD786B (or 0xBD786B) is known color: Contessa. HEX triplet: BD, 78 and 6B. RGB value is (189,120,107). Sum of RGB (Red+Green+Blue) = 189+120+107=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD786B is #428794. Grayscale: #8B8B8B. Windows color (decimal): -4360085 or 7043261. OLE color: 7043261.
HSL color Cylindrical-coordinate representation of color #BD786B: hue angle of 9.51º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD786B is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 107 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.26 |
| HSL | 9.51º | 0.38% | 0.58% | - |
| HSV(B) | 9.51º | 0.43% | 0.74% | - |
| XYZ | 30.36 | 25.31 | 17.2 | - |
| YUV | 139.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 107 | 0 | 0.37 | 0.43 | 0.26 | 9.51 | 0.38 | 0.58 |
| Hex | BD | 78 | 6B | 0 | 25 | 2B | 1A | A | 26 | 3A |
| Octal | 275 | 170 | 153 | 0 | 45 | 53 | 32 | 12 | 46 | 72 |
| Binary | 10111101 | 1111000 | 1101011 | 0 | 100101 | 101011 | 11010 | 1010 | 100110 | 111010 |
Color Harmonies of #BD786B
Complementary color
Monochromatic Colors of #BD786B
Black with #BD786B
Text Example
Text Example
White with #BD786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD786B; }
p { color: rgb(189,120,107); }
H1.HeaderClassName
{
color: #BD786B;
}
.AnyTagClassName
{
color: #BD786B;
}
</style>
background-color css
<style>
a { background-color: #BD786B; }
a { background-color: rgb(189,120,107); }
div.DivClassName
{
background-color: #BD786B;
}
.BgClassName
{
background-color: #BD786B;
}
</style>
border-color css
<style>
span { border-color: #BD786B; }
span { border-color: rgb(189,120,107); }
td.TdClassName
{
border-color: #BD786B;
}
.TagClassName
{
border-color: #BD786B;
}
</style>