Shades of Contessa #BF6665
Tints of Contessa #BF6665
RGB
CMYK
RGB Variations
Color information
#BF6665 (or 0xBF6665) is known color: Contessa. HEX triplet: BF, 66 and 65. RGB value is (191,102,101). Sum of RGB (Red+Green+Blue) = 191+102+101=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6665 is #40999A. Grayscale: #808080. Windows color (decimal): -4233627 or 6645439. OLE color: 6645439.
HSL color Cylindrical-coordinate representation of color #BF6665: hue angle of 0.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6665 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 101 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.25 |
| HSL | 0.67º | 0.41% | 0.57% | - |
| HSV(B) | 0.67º | 0.47% | 0.75% | - |
| XYZ | 28.59 | 21.52 | 14.96 | - |
| YUV | 128.5 | 112.49 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 101 | 0 | 0.47 | 0.47 | 0.25 | 0.67 | 0.41 | 0.57 |
| Hex | BF | 66 | 65 | 0 | 2F | 2F | 19 | 1 | 29 | 39 |
| Octal | 277 | 146 | 145 | 0 | 57 | 57 | 31 | 1 | 51 | 71 |
| Binary | 10111111 | 1100110 | 1100101 | 0 | 101111 | 101111 | 11001 | 1 | 101001 | 111001 |
Color Harmonies of #BF6665
Complementary color
Monochromatic Colors of #BF6665
Black with #BF6665
Text Example
Text Example
White with #BF6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6665; }
p { color: rgb(191,102,101); }
H1.HeaderClassName
{
color: #BF6665;
}
.AnyTagClassName
{
color: #BF6665;
}
</style>
background-color css
<style>
a { background-color: #BF6665; }
a { background-color: rgb(191,102,101); }
div.DivClassName
{
background-color: #BF6665;
}
.BgClassName
{
background-color: #BF6665;
}
</style>
border-color css
<style>
span { border-color: #BF6665; }
span { border-color: rgb(191,102,101); }
td.TdClassName
{
border-color: #BF6665;
}
.TagClassName
{
border-color: #BF6665;
}
</style>