Shades of Contessa #BD695D
Tints of Contessa #BD695D
RGB
CMYK
RGB Variations
Color information
#BD695D (or 0xBD695D) is known color: Contessa. HEX triplet: BD, 69 and 5D. RGB value is (189,105,93). Sum of RGB (Red+Green+Blue) = 189+105+93=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD695D is #4296A2. Grayscale: #808080. Windows color (decimal): -4363939 or 6121917. OLE color: 6121917.
HSL color Cylindrical-coordinate representation of color #BD695D: hue angle of 7.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD695D is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 93 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.26 |
| HSL | 7.5º | 0.42% | 0.55% | - |
| HSV(B) | 7.5º | 0.51% | 0.74% | - |
| XYZ | 28.01 | 21.71 | 13.07 | - |
| YUV | 128.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 93 | 0 | 0.44 | 0.51 | 0.26 | 7.5 | 0.42 | 0.55 |
| Hex | BD | 69 | 5D | 0 | 2C | 33 | 1A | 8 | 2A | 37 |
| Octal | 275 | 151 | 135 | 0 | 54 | 63 | 32 | 10 | 52 | 67 |
| Binary | 10111101 | 1101001 | 1011101 | 0 | 101100 | 110011 | 11010 | 1000 | 101010 | 110111 |
Color Harmonies of #BD695D
Complementary color
Monochromatic Colors of #BD695D
Black with #BD695D
Text Example
Text Example
White with #BD695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD695D; }
p { color: rgb(189,105,93); }
H1.HeaderClassName
{
color: #BD695D;
}
.AnyTagClassName
{
color: #BD695D;
}
</style>
background-color css
<style>
a { background-color: #BD695D; }
a { background-color: rgb(189,105,93); }
div.DivClassName
{
background-color: #BD695D;
}
.BgClassName
{
background-color: #BD695D;
}
</style>
border-color css
<style>
span { border-color: #BD695D; }
span { border-color: rgb(189,105,93); }
td.TdClassName
{
border-color: #BD695D;
}
.TagClassName
{
border-color: #BD695D;
}
</style>