Shades of Contessa #BF726B
Tints of Contessa #BF726B
RGB
CMYK
RGB Variations
Color information
#BF726B (or 0xBF726B) is known color: Contessa. HEX triplet: BF, 72 and 6B. RGB value is (191,114,107). Sum of RGB (Red+Green+Blue) = 191+114+107=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF726B is #408D94. Grayscale: #888888. Windows color (decimal): -4230549 or 7041727. OLE color: 7041727.
HSL color Cylindrical-coordinate representation of color #BF726B: hue angle of 5º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF726B is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 107 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.25 |
| HSL | 5º | 0.4% | 0.58% | - |
| HSV(B) | 5º | 0.44% | 0.75% | - |
| XYZ | 30.16 | 24.17 | 16.99 | - |
| YUV | 136.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 107 | 0 | 0.40 | 0.44 | 0.25 | 5 | 0.4 | 0.58 |
| Hex | BF | 72 | 6B | 0 | 28 | 2C | 19 | 5 | 28 | 3A |
| Octal | 277 | 162 | 153 | 0 | 50 | 54 | 31 | 5 | 50 | 72 |
| Binary | 10111111 | 1110010 | 1101011 | 0 | 101000 | 101100 | 11001 | 101 | 101000 | 111010 |
Color Harmonies of #BF726B
Complementary color
Monochromatic Colors of #BF726B
Black with #BF726B
Text Example
Text Example
White with #BF726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF726B; }
p { color: rgb(191,114,107); }
H1.HeaderClassName
{
color: #BF726B;
}
.AnyTagClassName
{
color: #BF726B;
}
</style>
background-color css
<style>
a { background-color: #BF726B; }
a { background-color: rgb(191,114,107); }
div.DivClassName
{
background-color: #BF726B;
}
.BgClassName
{
background-color: #BF726B;
}
</style>
border-color css
<style>
span { border-color: #BF726B; }
span { border-color: rgb(191,114,107); }
td.TdClassName
{
border-color: #BF726B;
}
.TagClassName
{
border-color: #BF726B;
}
</style>