Shades of Contessa #BD675F
Tints of Contessa #BD675F
RGB
CMYK
RGB Variations
Color information
#BD675F (or 0xBD675F) is known color: Contessa. HEX triplet: BD, 67 and 5F. RGB value is (189,103,95). Sum of RGB (Red+Green+Blue) = 189+103+95=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD675F is #4298A0. Grayscale: #7F7F7F. Windows color (decimal): -4364449 or 6252477. OLE color: 6252477.
HSL color Cylindrical-coordinate representation of color #BD675F: hue angle of 5.11º 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 #BD675F is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 95 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.26 |
| HSL | 5.11º | 0.42% | 0.56% | - |
| HSV(B) | 5.11º | 0.5% | 0.74% | - |
| XYZ | 27.9 | 21.35 | 13.48 | - |
| YUV | 127.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 95 | 0 | 0.46 | 0.50 | 0.26 | 5.11 | 0.42 | 0.56 |
| Hex | BD | 67 | 5F | 0 | 2E | 32 | 1A | 5 | 2A | 38 |
| Octal | 275 | 147 | 137 | 0 | 56 | 62 | 32 | 5 | 52 | 70 |
| Binary | 10111101 | 1100111 | 1011111 | 0 | 101110 | 110010 | 11010 | 101 | 101010 | 111000 |
Color Harmonies of #BD675F
Complementary color
Monochromatic Colors of #BD675F
Black with #BD675F
Text Example
Text Example
White with #BD675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD675F; }
p { color: rgb(189,103,95); }
H1.HeaderClassName
{
color: #BD675F;
}
.AnyTagClassName
{
color: #BD675F;
}
</style>
background-color css
<style>
a { background-color: #BD675F; }
a { background-color: rgb(189,103,95); }
div.DivClassName
{
background-color: #BD675F;
}
.BgClassName
{
background-color: #BD675F;
}
</style>
border-color css
<style>
span { border-color: #BD675F; }
span { border-color: rgb(189,103,95); }
td.TdClassName
{
border-color: #BD675F;
}
.TagClassName
{
border-color: #BD675F;
}
</style>