Shades of Contessa #BF756B
Tints of Contessa #BF756B
RGB
CMYK
RGB Variations
Color information
#BF756B (or 0xBF756B) is known color: Contessa. HEX triplet: BF, 75 and 6B. RGB value is (191,117,107). Sum of RGB (Red+Green+Blue) = 191+117+107=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF756B is #408A94. Grayscale: #8A8A8A. Windows color (decimal): -4229781 or 7042495. OLE color: 7042495.
HSL color Cylindrical-coordinate representation of color #BF756B: hue angle of 7.14º 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 #BF756B is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 107 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.25 |
| HSL | 7.14º | 0.4% | 0.58% | - |
| HSV(B) | 7.14º | 0.44% | 0.75% | - |
| XYZ | 30.5 | 24.86 | 17.1 | - |
| YUV | 137.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 107 | 0 | 0.39 | 0.44 | 0.25 | 7.14 | 0.4 | 0.58 |
| Hex | BF | 75 | 6B | 0 | 27 | 2C | 19 | 7 | 28 | 3A |
| Octal | 277 | 165 | 153 | 0 | 47 | 54 | 31 | 7 | 50 | 72 |
| Binary | 10111111 | 1110101 | 1101011 | 0 | 100111 | 101100 | 11001 | 111 | 101000 | 111010 |
Color Harmonies of #BF756B
Complementary color
Monochromatic Colors of #BF756B
Black with #BF756B
Text Example
Text Example
White with #BF756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF756B; }
p { color: rgb(191,117,107); }
H1.HeaderClassName
{
color: #BF756B;
}
.AnyTagClassName
{
color: #BF756B;
}
</style>
background-color css
<style>
a { background-color: #BF756B; }
a { background-color: rgb(191,117,107); }
div.DivClassName
{
background-color: #BF756B;
}
.BgClassName
{
background-color: #BF756B;
}
</style>
border-color css
<style>
span { border-color: #BF756B; }
span { border-color: rgb(191,117,107); }
td.TdClassName
{
border-color: #BF756B;
}
.TagClassName
{
border-color: #BF756B;
}
</style>