Shades of Contessa #BD675E
Tints of Contessa #BD675E
RGB
CMYK
RGB Variations
Color information
#BD675E (or 0xBD675E) is known color: Contessa. HEX triplet: BD, 67 and 5E. RGB value is (189,103,94). Sum of RGB (Red+Green+Blue) = 189+103+94=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD675E is #4298A1. Grayscale: #7F7F7F. Windows color (decimal): -4364450 or 6186941. OLE color: 6186941.
HSL color Cylindrical-coordinate representation of color #BD675E: hue angle of 5.68º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD675E is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 94 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.26 |
| HSL | 5.68º | 0.42% | 0.55% | - |
| HSV(B) | 5.68º | 0.5% | 0.74% | - |
| XYZ | 27.86 | 21.33 | 13.24 | - |
| YUV | 127.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 94 | 0 | 0.46 | 0.50 | 0.26 | 5.68 | 0.42 | 0.55 |
| Hex | BD | 67 | 5E | 0 | 2E | 32 | 1A | 6 | 2A | 37 |
| Octal | 275 | 147 | 136 | 0 | 56 | 62 | 32 | 6 | 52 | 67 |
| Binary | 10111101 | 1100111 | 1011110 | 0 | 101110 | 110010 | 11010 | 110 | 101010 | 110111 |
Color Harmonies of #BD675E
Complementary color
Monochromatic Colors of #BD675E
Black with #BD675E
Text Example
Text Example
White with #BD675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD675E; }
p { color: rgb(189,103,94); }
H1.HeaderClassName
{
color: #BD675E;
}
.AnyTagClassName
{
color: #BD675E;
}
</style>
background-color css
<style>
a { background-color: #BD675E; }
a { background-color: rgb(189,103,94); }
div.DivClassName
{
background-color: #BD675E;
}
.BgClassName
{
background-color: #BD675E;
}
</style>
border-color css
<style>
span { border-color: #BD675E; }
span { border-color: rgb(189,103,94); }
td.TdClassName
{
border-color: #BD675E;
}
.TagClassName
{
border-color: #BD675E;
}
</style>