Shades of Contessa #BF6C5D
Tints of Contessa #BF6C5D
RGB
CMYK
RGB Variations
Color information
#BF6C5D (or 0xBF6C5D) is known color: Contessa. HEX triplet: BF, 6C and 5D. RGB value is (191,108,93). Sum of RGB (Red+Green+Blue) = 191+108+93=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6C5D is #4093A2. Grayscale: #838383. Windows color (decimal): -4232099 or 6122687. OLE color: 6122687.
HSL color Cylindrical-coordinate representation of color #BF6C5D: hue angle of 9.18º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF6C5D is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 108 | 93 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.25 |
| HSL | 9.18º | 0.43% | 0.56% | - |
| HSV(B) | 9.18º | 0.51% | 0.75% | - |
| XYZ | 28.82 | 22.59 | 13.2 | - |
| YUV | 131.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 93 | 0 | 0.43 | 0.51 | 0.25 | 9.18 | 0.43 | 0.56 |
| Hex | BF | 6C | 5D | 0 | 2B | 33 | 19 | 9 | 2B | 38 |
| Octal | 277 | 154 | 135 | 0 | 53 | 63 | 31 | 11 | 53 | 70 |
| Binary | 10111111 | 1101100 | 1011101 | 0 | 101011 | 110011 | 11001 | 1001 | 101011 | 111000 |
Color Harmonies of #BF6C5D
Complementary color
Monochromatic Colors of #BF6C5D
Black with #BF6C5D
Text Example
Text Example
White with #BF6C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6C5D; }
p { color: rgb(191,108,93); }
H1.HeaderClassName
{
color: #BF6C5D;
}
.AnyTagClassName
{
color: #BF6C5D;
}
</style>
background-color css
<style>
a { background-color: #BF6C5D; }
a { background-color: rgb(191,108,93); }
div.DivClassName
{
background-color: #BF6C5D;
}
.BgClassName
{
background-color: #BF6C5D;
}
</style>
border-color css
<style>
span { border-color: #BF6C5D; }
span { border-color: rgb(191,108,93); }
td.TdClassName
{
border-color: #BF6C5D;
}
.TagClassName
{
border-color: #BF6C5D;
}
</style>