Shades of Pavlova #BFA67D
Tints of Pavlova #BFA67D
RGB
CMYK
RGB Variations
Color information
#BFA67D (or 0xBFA67D) is known color: Pavlova. HEX triplet: BF, A6 and 7D. RGB value is (191,166,125). Sum of RGB (Red+Green+Blue) = 191+166+125=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA67D is #405982. Grayscale: #A8A8A8. Windows color (decimal): -4217219 or 8234687. OLE color: 8234687.
HSL color Cylindrical-coordinate representation of color #BFA67D: hue angle of 37.27º 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 #BFA67D is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 125 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.25 |
| HSL | 37.27º | 0.34% | 0.62% | - |
| HSV(B) | 37.27º | 0.35% | 0.75% | - |
| XYZ | 38.82 | 39.83 | 25.04 | - |
| YUV | 168.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 125 | 0 | 0.13 | 0.35 | 0.25 | 37.27 | 0.34 | 0.62 |
| Hex | BF | A6 | 7D | 0 | D | 23 | 19 | 25 | 22 | 3E |
| Octal | 277 | 246 | 175 | 0 | 15 | 43 | 31 | 45 | 42 | 76 |
| Binary | 10111111 | 10100110 | 1111101 | 0 | 1101 | 100011 | 11001 | 100101 | 100010 | 111110 |
Color Harmonies of #BFA67D
Complementary color
Monochromatic Colors of #BFA67D
Black with #BFA67D
Text Example
Text Example
White with #BFA67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA67D; }
p { color: rgb(191,166,125); }
H1.HeaderClassName
{
color: #BFA67D;
}
.AnyTagClassName
{
color: #BFA67D;
}
</style>
background-color css
<style>
a { background-color: #BFA67D; }
a { background-color: rgb(191,166,125); }
div.DivClassName
{
background-color: #BFA67D;
}
.BgClassName
{
background-color: #BFA67D;
}
</style>
border-color css
<style>
span { border-color: #BFA67D; }
span { border-color: rgb(191,166,125); }
td.TdClassName
{
border-color: #BFA67D;
}
.TagClassName
{
border-color: #BFA67D;
}
</style>