Shades of Contessa #BD685F
Tints of Contessa #BD685F
RGB
CMYK
RGB Variations
Color information
#BD685F (or 0xBD685F) is known color: Contessa. HEX triplet: BD, 68 and 5F. RGB value is (189,104,95). Sum of RGB (Red+Green+Blue) = 189+104+95=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD685F is #4297A0. Grayscale: #808080. Windows color (decimal): -4364193 or 6252733. OLE color: 6252733.
HSL color Cylindrical-coordinate representation of color #BD685F: hue angle of 5.74º 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 #BD685F is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 95 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.26 |
| HSL | 5.74º | 0.42% | 0.56% | - |
| HSV(B) | 5.74º | 0.5% | 0.74% | - |
| XYZ | 28 | 21.55 | 13.51 | - |
| YUV | 128.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 95 | 0 | 0.45 | 0.50 | 0.26 | 5.74 | 0.42 | 0.56 |
| Hex | BD | 68 | 5F | 0 | 2D | 32 | 1A | 6 | 2A | 38 |
| Octal | 275 | 150 | 137 | 0 | 55 | 62 | 32 | 6 | 52 | 70 |
| Binary | 10111101 | 1101000 | 1011111 | 0 | 101101 | 110010 | 11010 | 110 | 101010 | 111000 |
Color Harmonies of #BD685F
Complementary color
Monochromatic Colors of #BD685F
Black with #BD685F
Text Example
Text Example
White with #BD685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD685F; }
p { color: rgb(189,104,95); }
H1.HeaderClassName
{
color: #BD685F;
}
.AnyTagClassName
{
color: #BD685F;
}
</style>
background-color css
<style>
a { background-color: #BD685F; }
a { background-color: rgb(189,104,95); }
div.DivClassName
{
background-color: #BD685F;
}
.BgClassName
{
background-color: #BD685F;
}
</style>
border-color css
<style>
span { border-color: #BD685F; }
span { border-color: rgb(189,104,95); }
td.TdClassName
{
border-color: #BD685F;
}
.TagClassName
{
border-color: #BD685F;
}
</style>