Shades of Contessa #BF736B
Tints of Contessa #BF736B
RGB
CMYK
RGB Variations
Color information
#BF736B (or 0xBF736B) is known color: Contessa. HEX triplet: BF, 73 and 6B. RGB value is (191,115,107). Sum of RGB (Red+Green+Blue) = 191+115+107=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF736B is #408C94. Grayscale: #888888. Windows color (decimal): -4230293 or 7041983. OLE color: 7041983.
HSL color Cylindrical-coordinate representation of color #BF736B: hue angle of 5.71º 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 #BF736B is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 107 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.25 |
| HSL | 5.71º | 0.4% | 0.58% | - |
| HSV(B) | 5.71º | 0.44% | 0.75% | - |
| XYZ | 30.27 | 24.4 | 17.02 | - |
| YUV | 136.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 107 | 0 | 0.40 | 0.44 | 0.25 | 5.71 | 0.4 | 0.58 |
| Hex | BF | 73 | 6B | 0 | 28 | 2C | 19 | 6 | 28 | 3A |
| Octal | 277 | 163 | 153 | 0 | 50 | 54 | 31 | 6 | 50 | 72 |
| Binary | 10111111 | 1110011 | 1101011 | 0 | 101000 | 101100 | 11001 | 110 | 101000 | 111010 |
Color Harmonies of #BF736B
Complementary color
Monochromatic Colors of #BF736B
Black with #BF736B
Text Example
Text Example
White with #BF736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF736B; }
p { color: rgb(191,115,107); }
H1.HeaderClassName
{
color: #BF736B;
}
.AnyTagClassName
{
color: #BF736B;
}
</style>
background-color css
<style>
a { background-color: #BF736B; }
a { background-color: rgb(191,115,107); }
div.DivClassName
{
background-color: #BF736B;
}
.BgClassName
{
background-color: #BF736B;
}
</style>
border-color css
<style>
span { border-color: #BF736B; }
span { border-color: rgb(191,115,107); }
td.TdClassName
{
border-color: #BF736B;
}
.TagClassName
{
border-color: #BF736B;
}
</style>