Shades of Contessa #BD655F
Tints of Contessa #BD655F
RGB
CMYK
RGB Variations
Color information
#BD655F (or 0xBD655F) is known color: Contessa. HEX triplet: BD, 65 and 5F. RGB value is (189,101,95). Sum of RGB (Red+Green+Blue) = 189+101+95=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD655F is #429AA0. Grayscale: #7E7E7E. Windows color (decimal): -4364961 or 6251965. OLE color: 6251965.
HSL color Cylindrical-coordinate representation of color #BD655F: hue angle of 3.83º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD655F is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 95 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.26 |
| HSL | 3.83º | 0.42% | 0.56% | - |
| HSV(B) | 3.83º | 0.5% | 0.74% | - |
| XYZ | 27.71 | 20.95 | 13.41 | - |
| YUV | 126.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 95 | 0 | 0.47 | 0.50 | 0.26 | 3.83 | 0.42 | 0.56 |
| Hex | BD | 65 | 5F | 0 | 2F | 32 | 1A | 4 | 2A | 38 |
| Octal | 275 | 145 | 137 | 0 | 57 | 62 | 32 | 4 | 52 | 70 |
| Binary | 10111101 | 1100101 | 1011111 | 0 | 101111 | 110010 | 11010 | 100 | 101010 | 111000 |
Color Harmonies of #BD655F
Complementary color
Monochromatic Colors of #BD655F
Black with #BD655F
Text Example
Text Example
White with #BD655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD655F; }
p { color: rgb(189,101,95); }
H1.HeaderClassName
{
color: #BD655F;
}
.AnyTagClassName
{
color: #BD655F;
}
</style>
background-color css
<style>
a { background-color: #BD655F; }
a { background-color: rgb(189,101,95); }
div.DivClassName
{
background-color: #BD655F;
}
.BgClassName
{
background-color: #BD655F;
}
</style>
border-color css
<style>
span { border-color: #BD655F; }
span { border-color: rgb(189,101,95); }
td.TdClassName
{
border-color: #BD655F;
}
.TagClassName
{
border-color: #BD655F;
}
</style>