Shades of Contessa #BF756C
Tints of Contessa #BF756C
RGB
CMYK
RGB Variations
Color information
#BF756C (or 0xBF756C) is known color: Contessa. HEX triplet: BF, 75 and 6C. RGB value is (191,117,108). Sum of RGB (Red+Green+Blue) = 191+117+108=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF756C is #408A93. Grayscale: #8A8A8A. Windows color (decimal): -4229780 or 7108031. OLE color: 7108031.
HSL color Cylindrical-coordinate representation of color #BF756C: hue angle of 6.51º 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 #BF756C is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 108 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.25 |
| HSL | 6.51º | 0.39% | 0.59% | - |
| HSV(B) | 6.51º | 0.43% | 0.75% | - |
| XYZ | 30.55 | 24.88 | 17.38 | - |
| YUV | 138.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 108 | 0 | 0.39 | 0.43 | 0.25 | 6.51 | 0.39 | 0.59 |
| Hex | BF | 75 | 6C | 0 | 27 | 2B | 19 | 7 | 27 | 3B |
| Octal | 277 | 165 | 154 | 0 | 47 | 53 | 31 | 7 | 47 | 73 |
| Binary | 10111111 | 1110101 | 1101100 | 0 | 100111 | 101011 | 11001 | 111 | 100111 | 111011 |
Color Harmonies of #BF756C
Complementary color
Monochromatic Colors of #BF756C
Black with #BF756C
Text Example
Text Example
White with #BF756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF756C; }
p { color: rgb(191,117,108); }
H1.HeaderClassName
{
color: #BF756C;
}
.AnyTagClassName
{
color: #BF756C;
}
</style>
background-color css
<style>
a { background-color: #BF756C; }
a { background-color: rgb(191,117,108); }
div.DivClassName
{
background-color: #BF756C;
}
.BgClassName
{
background-color: #BF756C;
}
</style>
border-color css
<style>
span { border-color: #BF756C; }
span { border-color: rgb(191,117,108); }
td.TdClassName
{
border-color: #BF756C;
}
.TagClassName
{
border-color: #BF756C;
}
</style>