Shades of Pavlova #BFA57D
Tints of Pavlova #BFA57D
RGB
CMYK
RGB Variations
Color information
#BFA57D (or 0xBFA57D) is known color: Pavlova. HEX triplet: BF, A5 and 7D. RGB value is (191,165,125). Sum of RGB (Red+Green+Blue) = 191+165+125=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA57D is #405A82. Grayscale: #A8A8A8. Windows color (decimal): -4217475 or 8234431. OLE color: 8234431.
HSL color Cylindrical-coordinate representation of color #BFA57D: hue angle of 36.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 #BFA57D is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 125 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.25 |
| HSL | 36.36º | 0.34% | 0.62% | - |
| HSV(B) | 36.36º | 0.35% | 0.75% | - |
| XYZ | 38.64 | 39.47 | 24.98 | - |
| YUV | 168.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 125 | 0 | 0.14 | 0.35 | 0.25 | 36.36 | 0.34 | 0.62 |
| Hex | BF | A5 | 7D | 0 | E | 23 | 19 | 24 | 22 | 3E |
| Octal | 277 | 245 | 175 | 0 | 16 | 43 | 31 | 44 | 42 | 76 |
| Binary | 10111111 | 10100101 | 1111101 | 0 | 1110 | 100011 | 11001 | 100100 | 100010 | 111110 |
Color Harmonies of #BFA57D
Complementary color
Monochromatic Colors of #BFA57D
Black with #BFA57D
Text Example
Text Example
White with #BFA57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA57D; }
p { color: rgb(191,165,125); }
H1.HeaderClassName
{
color: #BFA57D;
}
.AnyTagClassName
{
color: #BFA57D;
}
</style>
background-color css
<style>
a { background-color: #BFA57D; }
a { background-color: rgb(191,165,125); }
div.DivClassName
{
background-color: #BFA57D;
}
.BgClassName
{
background-color: #BFA57D;
}
</style>
border-color css
<style>
span { border-color: #BFA57D; }
span { border-color: rgb(191,165,125); }
td.TdClassName
{
border-color: #BFA57D;
}
.TagClassName
{
border-color: #BFA57D;
}
</style>