Shades of Pavlova #B4A57F
Tints of Pavlova #B4A57F
RGB
CMYK
RGB Variations
Color information
#B4A57F (or 0xB4A57F) is known color: Pavlova. HEX triplet: B4, A5 and 7F. RGB value is (180,165,127). Sum of RGB (Red+Green+Blue) = 180+165+127=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A57F is #4B5A80. Grayscale: #A5A5A5. Windows color (decimal): -4938369 or 8365492. OLE color: 8365492.
HSL color Cylindrical-coordinate representation of color #B4A57F: hue angle of 43.02º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4A57F is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 127 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.29 |
| HSL | 43.02º | 0.26% | 0.6% | - |
| HSV(B) | 43.02º | 0.29% | 0.71% | - |
| XYZ | 36.11 | 38.15 | 25.54 | - |
| YUV | 165.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 127 | 0 | 0.08 | 0.29 | 0.29 | 43.02 | 0.26 | 0.6 |
| Hex | B4 | A5 | 7F | 0 | 8 | 1D | 1D | 2B | 1A | 3C |
| Octal | 264 | 245 | 177 | 0 | 10 | 35 | 35 | 53 | 32 | 74 |
| Binary | 10110100 | 10100101 | 1111111 | 0 | 1000 | 11101 | 11101 | 101011 | 11010 | 111100 |
Color Harmonies of #B4A57F
Complementary color
Monochromatic Colors of #B4A57F
Black with #B4A57F
Text Example
Text Example
White with #B4A57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A57F; }
p { color: rgb(180,165,127); }
H1.HeaderClassName
{
color: #B4A57F;
}
.AnyTagClassName
{
color: #B4A57F;
}
</style>
background-color css
<style>
a { background-color: #B4A57F; }
a { background-color: rgb(180,165,127); }
div.DivClassName
{
background-color: #B4A57F;
}
.BgClassName
{
background-color: #B4A57F;
}
</style>
border-color css
<style>
span { border-color: #B4A57F; }
span { border-color: rgb(180,165,127); }
td.TdClassName
{
border-color: #B4A57F;
}
.TagClassName
{
border-color: #B4A57F;
}
</style>