Shades of Pavlova #BFAF8E
Tints of Pavlova #BFAF8E
RGB
CMYK
RGB Variations
Color information
#BFAF8E (or 0xBFAF8E) is known color: Pavlova. HEX triplet: BF, AF and 8E. RGB value is (191,175,142). Sum of RGB (Red+Green+Blue) = 191+175+142=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAF8E is #405071. Grayscale: #B0B0B0. Windows color (decimal): -4214898 or 9351103. OLE color: 9351103.
HSL color Cylindrical-coordinate representation of color #BFAF8E: hue angle of 40.41º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFAF8E is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 142 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.25 |
| HSL | 40.41º | 0.28% | 0.65% | - |
| HSV(B) | 40.41º | 0.26% | 0.75% | - |
| XYZ | 41.7 | 43.69 | 31.83 | - |
| YUV | 176.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 142 | 0 | 0.08 | 0.26 | 0.25 | 40.41 | 0.28 | 0.65 |
| Hex | BF | AF | 8E | 0 | 8 | 1A | 19 | 28 | 1C | 41 |
| Octal | 277 | 257 | 216 | 0 | 10 | 32 | 31 | 50 | 34 | 101 |
| Binary | 10111111 | 10101111 | 10001110 | 0 | 1000 | 11010 | 11001 | 101000 | 11100 | 1000001 |
Color Harmonies of #BFAF8E
Complementary color
Monochromatic Colors of #BFAF8E
Black with #BFAF8E
Text Example
Text Example
White with #BFAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF8E; }
p { color: rgb(191,175,142); }
H1.HeaderClassName
{
color: #BFAF8E;
}
.AnyTagClassName
{
color: #BFAF8E;
}
</style>
background-color css
<style>
a { background-color: #BFAF8E; }
a { background-color: rgb(191,175,142); }
div.DivClassName
{
background-color: #BFAF8E;
}
.BgClassName
{
background-color: #BFAF8E;
}
</style>
border-color css
<style>
span { border-color: #BFAF8E; }
span { border-color: rgb(191,175,142); }
td.TdClassName
{
border-color: #BFAF8E;
}
.TagClassName
{
border-color: #BFAF8E;
}
</style>