Shades of Pavlova #B3A57D
Tints of Pavlova #B3A57D
RGB
CMYK
RGB Variations
Color information
#B3A57D (or 0xB3A57D) is known color: Pavlova. HEX triplet: B3, A5 and 7D. RGB value is (179,165,125). Sum of RGB (Red+Green+Blue) = 179+165+125=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A57D is #4C5A82. Grayscale: #A4A4A4. Windows color (decimal): -5003907 or 8234419. OLE color: 8234419.
HSL color Cylindrical-coordinate representation of color #B3A57D: hue angle of 44.44º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3A57D is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 165 | 125 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.30 |
| HSL | 44.44º | 0.26% | 0.6% | - |
| HSV(B) | 44.44º | 0.3% | 0.7% | - |
| XYZ | 35.75 | 37.97 | 24.85 | - |
| YUV | 164.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 125 | 0 | 0.08 | 0.30 | 0.30 | 44.44 | 0.26 | 0.6 |
| Hex | B3 | A5 | 7D | 0 | 8 | 1E | 1E | 2C | 1A | 3C |
| Octal | 263 | 245 | 175 | 0 | 10 | 36 | 36 | 54 | 32 | 74 |
| Binary | 10110011 | 10100101 | 1111101 | 0 | 1000 | 11110 | 11110 | 101100 | 11010 | 111100 |
Color Harmonies of #B3A57D
Complementary color
Monochromatic Colors of #B3A57D
Black with #B3A57D
Text Example
Text Example
White with #B3A57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A57D; }
p { color: rgb(179,165,125); }
H1.HeaderClassName
{
color: #B3A57D;
}
.AnyTagClassName
{
color: #B3A57D;
}
</style>
background-color css
<style>
a { background-color: #B3A57D; }
a { background-color: rgb(179,165,125); }
div.DivClassName
{
background-color: #B3A57D;
}
.BgClassName
{
background-color: #B3A57D;
}
</style>
border-color css
<style>
span { border-color: #B3A57D; }
span { border-color: rgb(179,165,125); }
td.TdClassName
{
border-color: #B3A57D;
}
.TagClassName
{
border-color: #B3A57D;
}
</style>