Shades of Contessa #BF726A
Tints of Contessa #BF726A
RGB
CMYK
RGB Variations
Color information
#BF726A (or 0xBF726A) is known color: Contessa. HEX triplet: BF, 72 and 6A. RGB value is (191,114,106). Sum of RGB (Red+Green+Blue) = 191+114+106=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF726A is #408D95. Grayscale: #888888. Windows color (decimal): -4230550 or 6976191. OLE color: 6976191.
HSL color Cylindrical-coordinate representation of color #BF726A: hue angle of 5.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF726A is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 106 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.25 |
| HSL | 5.65º | 0.4% | 0.58% | - |
| HSV(B) | 5.65º | 0.45% | 0.75% | - |
| XYZ | 30.1 | 24.15 | 16.71 | - |
| YUV | 136.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 106 | 0 | 0.40 | 0.45 | 0.25 | 5.65 | 0.4 | 0.58 |
| Hex | BF | 72 | 6A | 0 | 28 | 2D | 19 | 6 | 28 | 3A |
| Octal | 277 | 162 | 152 | 0 | 50 | 55 | 31 | 6 | 50 | 72 |
| Binary | 10111111 | 1110010 | 1101010 | 0 | 101000 | 101101 | 11001 | 110 | 101000 | 111010 |
Color Harmonies of #BF726A
Complementary color
Monochromatic Colors of #BF726A
Black with #BF726A
Text Example
Text Example
White with #BF726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF726A; }
p { color: rgb(191,114,106); }
H1.HeaderClassName
{
color: #BF726A;
}
.AnyTagClassName
{
color: #BF726A;
}
</style>
background-color css
<style>
a { background-color: #BF726A; }
a { background-color: rgb(191,114,106); }
div.DivClassName
{
background-color: #BF726A;
}
.BgClassName
{
background-color: #BF726A;
}
</style>
border-color css
<style>
span { border-color: #BF726A; }
span { border-color: rgb(191,114,106); }
td.TdClassName
{
border-color: #BF726A;
}
.TagClassName
{
border-color: #BF726A;
}
</style>