Shades of Contessa #BF6B5D
Tints of Contessa #BF6B5D
RGB
CMYK
RGB Variations
Color information
#BF6B5D (or 0xBF6B5D) is known color: Contessa. HEX triplet: BF, 6B and 5D. RGB value is (191,107,93). Sum of RGB (Red+Green+Blue) = 191+107+93=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B5D is #4094A2. Grayscale: #828282. Windows color (decimal): -4232355 or 6122431. OLE color: 6122431.
HSL color Cylindrical-coordinate representation of color #BF6B5D: hue angle of 8.57º 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 #BF6B5D is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 107 | 93 | - |
CMYK | 0 | 0.44 | 0.51 | 0.25 |
HSL | 8.57º | 0.43% | 0.56% | - |
HSV(B) | 8.57º | 0.51% | 0.75% | - |
XYZ | 28.72 | 22.38 | 13.16 | - |
YUV | 130.52 | 106.83 | 171.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 107 | 93 | 0 | 0.44 | 0.51 | 0.25 | 8.57 | 0.43 | 0.56 |
Hex | BF | 6B | 5D | 0 | 2C | 33 | 19 | 9 | 2B | 38 |
Octal | 277 | 153 | 135 | 0 | 54 | 63 | 31 | 11 | 53 | 70 |
Binary | 10111111 | 1101011 | 1011101 | 0 | 101100 | 110011 | 11001 | 1001 | 101011 | 111000 |
Color Harmonies of #BF6B5D
Complementary color
Monochromatic Colors of #BF6B5D
Black with #BF6B5D
Text Example
Text Example
White with #BF6B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6B5D; }
p { color: rgb(191,107,93); }
H1.HeaderClassName
{
color: #BF6B5D;
}
.AnyTagClassName
{
color: #BF6B5D;
}
</style>
background-color css
<style>
a { background-color: #BF6B5D; }
a { background-color: rgb(191,107,93); }
div.DivClassName
{
background-color: #BF6B5D;
}
.BgClassName
{
background-color: #BF6B5D;
}
</style>
border-color css
<style>
span { border-color: #BF6B5D; }
span { border-color: rgb(191,107,93); }
td.TdClassName
{
border-color: #BF6B5D;
}
.TagClassName
{
border-color: #BF6B5D;
}
</style>