Shades of Contessa #BF705F
Tints of Contessa #BF705F
RGB
CMYK
RGB Variations
Color information
#BF705F (or 0xBF705F) is known color: Contessa. HEX triplet: BF, 70 and 5F. RGB value is (191,112,95). Sum of RGB (Red+Green+Blue) = 191+112+95=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF705F is #408FA0. Grayscale: #858585. Windows color (decimal): -4231073 or 6254783. OLE color: 6254783.
HSL color Cylindrical-coordinate representation of color #BF705F: hue angle of 10.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF705F is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 95 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.25 |
| HSL | 10.63º | 0.43% | 0.56% | - |
| HSV(B) | 10.63º | 0.5% | 0.75% | - |
| XYZ | 29.35 | 23.49 | 13.81 | - |
| YUV | 133.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 95 | 0 | 0.41 | 0.50 | 0.25 | 10.63 | 0.43 | 0.56 |
| Hex | BF | 70 | 5F | 0 | 29 | 32 | 19 | B | 2B | 38 |
| Octal | 277 | 160 | 137 | 0 | 51 | 62 | 31 | 13 | 53 | 70 |
| Binary | 10111111 | 1110000 | 1011111 | 0 | 101001 | 110010 | 11001 | 1011 | 101011 | 111000 |
Color Harmonies of #BF705F
Complementary color
Monochromatic Colors of #BF705F
Black with #BF705F
Text Example
Text Example
White with #BF705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF705F; }
p { color: rgb(191,112,95); }
H1.HeaderClassName
{
color: #BF705F;
}
.AnyTagClassName
{
color: #BF705F;
}
</style>
background-color css
<style>
a { background-color: #BF705F; }
a { background-color: rgb(191,112,95); }
div.DivClassName
{
background-color: #BF705F;
}
.BgClassName
{
background-color: #BF705F;
}
</style>
border-color css
<style>
span { border-color: #BF705F; }
span { border-color: rgb(191,112,95); }
td.TdClassName
{
border-color: #BF705F;
}
.TagClassName
{
border-color: #BF705F;
}
</style>