Shades of Contessa #BD736C
Tints of Contessa #BD736C
RGB
CMYK
RGB Variations
Color information
#BD736C (or 0xBD736C) is known color: Contessa. HEX triplet: BD, 73 and 6C. RGB value is (189,115,108). Sum of RGB (Red+Green+Blue) = 189+115+108=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD736C is #428C93. Grayscale: #888888. Windows color (decimal): -4361364 or 7107517. OLE color: 7107517.
HSL color Cylindrical-coordinate representation of color #BD736C: hue angle of 5.19º 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 #BD736C is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 108 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.26 |
| HSL | 5.19º | 0.38% | 0.58% | - |
| HSV(B) | 5.19º | 0.43% | 0.74% | - |
| XYZ | 29.82 | 24.16 | 17.28 | - |
| YUV | 136.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 108 | 0 | 0.39 | 0.43 | 0.26 | 5.19 | 0.38 | 0.58 |
| Hex | BD | 73 | 6C | 0 | 27 | 2B | 1A | 5 | 26 | 3A |
| Octal | 275 | 163 | 154 | 0 | 47 | 53 | 32 | 5 | 46 | 72 |
| Binary | 10111101 | 1110011 | 1101100 | 0 | 100111 | 101011 | 11010 | 101 | 100110 | 111010 |
Color Harmonies of #BD736C
Complementary color
Monochromatic Colors of #BD736C
Black with #BD736C
Text Example
Text Example
White with #BD736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD736C; }
p { color: rgb(189,115,108); }
H1.HeaderClassName
{
color: #BD736C;
}
.AnyTagClassName
{
color: #BD736C;
}
</style>
background-color css
<style>
a { background-color: #BD736C; }
a { background-color: rgb(189,115,108); }
div.DivClassName
{
background-color: #BD736C;
}
.BgClassName
{
background-color: #BD736C;
}
</style>
border-color css
<style>
span { border-color: #BD736C; }
span { border-color: rgb(189,115,108); }
td.TdClassName
{
border-color: #BD736C;
}
.TagClassName
{
border-color: #BD736C;
}
</style>