Shades of Charm #BF7D81
Tints of Charm #BF7D81
RGB
CMYK
RGB Variations
Color information
#BF7D81 (or 0xBF7D81) is known color: Charm. HEX triplet: BF, 7D and 81. RGB value is (191,125,129). Sum of RGB (Red+Green+Blue) = 191+125+129=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7D81 is #40827E. Grayscale: #919191. Windows color (decimal): -4227711 or 8486335. OLE color: 8486335.
HSL color Cylindrical-coordinate representation of color #BF7D81: hue angle of 356.36º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7D81 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 129 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.25 |
| HSL | 356.36º | 0.34% | 0.62% | - |
| HSV(B) | 356.36º | 0.35% | 0.75% | - |
| XYZ | 32.78 | 27.33 | 24.32 | - |
| YUV | 145.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 129 | 0 | 0.35 | 0.32 | 0.25 | 356.36 | 0.34 | 0.62 |
| Hex | BF | 7D | 81 | 0 | 23 | 20 | 19 | 164 | 22 | 3E |
| Octal | 277 | 175 | 201 | 0 | 43 | 40 | 31 | 544 | 42 | 76 |
| Binary | 10111111 | 1111101 | 10000001 | 0 | 100011 | 100000 | 11001 | 101100100 | 100010 | 111110 |
Color Harmonies of #BF7D81
Complementary color
Monochromatic Colors of #BF7D81
Black with #BF7D81
Text Example
Text Example
White with #BF7D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D81; }
p { color: rgb(191,125,129); }
H1.HeaderClassName
{
color: #BF7D81;
}
.AnyTagClassName
{
color: #BF7D81;
}
</style>
background-color css
<style>
a { background-color: #BF7D81; }
a { background-color: rgb(191,125,129); }
div.DivClassName
{
background-color: #BF7D81;
}
.BgClassName
{
background-color: #BF7D81;
}
</style>
border-color css
<style>
span { border-color: #BF7D81; }
span { border-color: rgb(191,125,129); }
td.TdClassName
{
border-color: #BF7D81;
}
.TagClassName
{
border-color: #BF7D81;
}
</style>