Shades of Contessa #BF7367
Tints of Contessa #BF7367
RGB
CMYK
RGB Variations
Color information
#BF7367 (or 0xBF7367) is known color: Contessa. HEX triplet: BF, 73 and 67. RGB value is (191,115,103). Sum of RGB (Red+Green+Blue) = 191+115+103=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7367 is #408C98. Grayscale: #888888. Windows color (decimal): -4230297 or 6779839. OLE color: 6779839.
HSL color Cylindrical-coordinate representation of color #BF7367: hue angle of 8.18º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7367 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 103 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.25 |
| HSL | 8.18º | 0.41% | 0.58% | - |
| HSV(B) | 8.18º | 0.46% | 0.75% | - |
| XYZ | 30.06 | 24.32 | 15.94 | - |
| YUV | 136.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 103 | 0 | 0.40 | 0.46 | 0.25 | 8.18 | 0.41 | 0.58 |
| Hex | BF | 73 | 67 | 0 | 28 | 2E | 19 | 8 | 29 | 3A |
| Octal | 277 | 163 | 147 | 0 | 50 | 56 | 31 | 10 | 51 | 72 |
| Binary | 10111111 | 1110011 | 1100111 | 0 | 101000 | 101110 | 11001 | 1000 | 101001 | 111010 |
Color Harmonies of #BF7367
Complementary color
Monochromatic Colors of #BF7367
Black with #BF7367
Text Example
Text Example
White with #BF7367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7367; }
p { color: rgb(191,115,103); }
H1.HeaderClassName
{
color: #BF7367;
}
.AnyTagClassName
{
color: #BF7367;
}
</style>
background-color css
<style>
a { background-color: #BF7367; }
a { background-color: rgb(191,115,103); }
div.DivClassName
{
background-color: #BF7367;
}
.BgClassName
{
background-color: #BF7367;
}
</style>
border-color css
<style>
span { border-color: #BF7367; }
span { border-color: rgb(191,115,103); }
td.TdClassName
{
border-color: #BF7367;
}
.TagClassName
{
border-color: #BF7367;
}
</style>