Shades of Contessa #BF726C
Tints of Contessa #BF726C
RGB
CMYK
RGB Variations
Color information
#BF726C (or 0xBF726C) is known color: Contessa. HEX triplet: BF, 72 and 6C. RGB value is (191,114,108). Sum of RGB (Red+Green+Blue) = 191+114+108=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF726C is #408D93. Grayscale: #888888. Windows color (decimal): -4230548 or 7107263. OLE color: 7107263.
HSL color Cylindrical-coordinate representation of color #BF726C: hue angle of 4.34º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF726C is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 108 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.25 |
| HSL | 4.34º | 0.39% | 0.59% | - |
| HSV(B) | 4.34º | 0.43% | 0.75% | - |
| XYZ | 30.21 | 24.19 | 17.26 | - |
| YUV | 136.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 108 | 0 | 0.40 | 0.43 | 0.25 | 4.34 | 0.39 | 0.59 |
| Hex | BF | 72 | 6C | 0 | 28 | 2B | 19 | 4 | 27 | 3B |
| Octal | 277 | 162 | 154 | 0 | 50 | 53 | 31 | 4 | 47 | 73 |
| Binary | 10111111 | 1110010 | 1101100 | 0 | 101000 | 101011 | 11001 | 100 | 100111 | 111011 |
Color Harmonies of #BF726C
Complementary color
Monochromatic Colors of #BF726C
Black with #BF726C
Text Example
Text Example
White with #BF726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF726C; }
p { color: rgb(191,114,108); }
H1.HeaderClassName
{
color: #BF726C;
}
.AnyTagClassName
{
color: #BF726C;
}
</style>
background-color css
<style>
a { background-color: #BF726C; }
a { background-color: rgb(191,114,108); }
div.DivClassName
{
background-color: #BF726C;
}
.BgClassName
{
background-color: #BF726C;
}
</style>
border-color css
<style>
span { border-color: #BF726C; }
span { border-color: rgb(191,114,108); }
td.TdClassName
{
border-color: #BF726C;
}
.TagClassName
{
border-color: #BF726C;
}
</style>