Shades of Pavlova #B4A57A
Tints of Pavlova #B4A57A
RGB
CMYK
RGB Variations
Color information
#B4A57A (or 0xB4A57A) is known color: Pavlova. HEX triplet: B4, A5 and 7A. RGB value is (180,165,122). Sum of RGB (Red+Green+Blue) = 180+165+122=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A57A is #4B5A85. Grayscale: #A4A4A4. Windows color (decimal): -4938374 or 8037812. OLE color: 8037812.
HSL color Cylindrical-coordinate representation of color #B4A57A: hue angle of 44.48º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4A57A is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 122 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.29 |
| HSL | 44.48º | 0.28% | 0.59% | - |
| HSV(B) | 44.48º | 0.32% | 0.71% | - |
| XYZ | 35.79 | 38.02 | 23.86 | - |
| YUV | 164.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 122 | 0 | 0.08 | 0.32 | 0.29 | 44.48 | 0.28 | 0.59 |
| Hex | B4 | A5 | 7A | 0 | 8 | 20 | 1D | 2C | 1C | 3B |
| Octal | 264 | 245 | 172 | 0 | 10 | 40 | 35 | 54 | 34 | 73 |
| Binary | 10110100 | 10100101 | 1111010 | 0 | 1000 | 100000 | 11101 | 101100 | 11100 | 111011 |
Color Harmonies of #B4A57A
Complementary color
Monochromatic Colors of #B4A57A
Black with #B4A57A
Text Example
Text Example
White with #B4A57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A57A; }
p { color: rgb(180,165,122); }
H1.HeaderClassName
{
color: #B4A57A;
}
.AnyTagClassName
{
color: #B4A57A;
}
</style>
background-color css
<style>
a { background-color: #B4A57A; }
a { background-color: rgb(180,165,122); }
div.DivClassName
{
background-color: #B4A57A;
}
.BgClassName
{
background-color: #B4A57A;
}
</style>
border-color css
<style>
span { border-color: #B4A57A; }
span { border-color: rgb(180,165,122); }
td.TdClassName
{
border-color: #B4A57A;
}
.TagClassName
{
border-color: #B4A57A;
}
</style>