Shades of Contessa #BD766D
Tints of Contessa #BD766D
RGB
CMYK
RGB Variations
Color information
#BD766D (or 0xBD766D) is known color: Contessa. HEX triplet: BD, 76 and 6D. RGB value is (189,118,109). Sum of RGB (Red+Green+Blue) = 189+118+109=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD766D is #428992. Grayscale: #8A8A8A. Windows color (decimal): -4360595 or 7173821. OLE color: 7173821.
HSL color Cylindrical-coordinate representation of color #BD766D: hue angle of 6.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD766D is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 109 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.26 |
| HSL | 6.75º | 0.38% | 0.58% | - |
| HSV(B) | 6.75º | 0.42% | 0.74% | - |
| XYZ | 30.23 | 24.88 | 17.68 | - |
| YUV | 138.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 109 | 0 | 0.38 | 0.42 | 0.26 | 6.75 | 0.38 | 0.58 |
| Hex | BD | 76 | 6D | 0 | 26 | 2A | 1A | 7 | 26 | 3A |
| Octal | 275 | 166 | 155 | 0 | 46 | 52 | 32 | 7 | 46 | 72 |
| Binary | 10111101 | 1110110 | 1101101 | 0 | 100110 | 101010 | 11010 | 111 | 100110 | 111010 |
Color Harmonies of #BD766D
Complementary color
Monochromatic Colors of #BD766D
Black with #BD766D
Text Example
Text Example
White with #BD766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD766D; }
p { color: rgb(189,118,109); }
H1.HeaderClassName
{
color: #BD766D;
}
.AnyTagClassName
{
color: #BD766D;
}
</style>
background-color css
<style>
a { background-color: #BD766D; }
a { background-color: rgb(189,118,109); }
div.DivClassName
{
background-color: #BD766D;
}
.BgClassName
{
background-color: #BD766D;
}
</style>
border-color css
<style>
span { border-color: #BD766D; }
span { border-color: rgb(189,118,109); }
td.TdClassName
{
border-color: #BD766D;
}
.TagClassName
{
border-color: #BD766D;
}
</style>