Shades of Pavlova #B3A57C
Tints of Pavlova #B3A57C
RGB
CMYK
RGB Variations
Color information
#B3A57C (or 0xB3A57C) is known color: Pavlova. HEX triplet: B3, A5 and 7C. RGB value is (179,165,124). Sum of RGB (Red+Green+Blue) = 179+165+124=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A57C is #4C5A83. Grayscale: #A4A4A4. Windows color (decimal): -5003908 or 8168883. OLE color: 8168883.
HSL color Cylindrical-coordinate representation of color #B3A57C: hue angle of 44.73º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3A57C is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 165 | 124 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.30 |
| HSL | 44.73º | 0.27% | 0.59% | - |
| HSV(B) | 44.73º | 0.31% | 0.7% | - |
| XYZ | 35.68 | 37.95 | 24.51 | - |
| YUV | 164.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 124 | 0 | 0.08 | 0.31 | 0.30 | 44.73 | 0.27 | 0.59 |
| Hex | B3 | A5 | 7C | 0 | 8 | 1F | 1E | 2D | 1B | 3B |
| Octal | 263 | 245 | 174 | 0 | 10 | 37 | 36 | 55 | 33 | 73 |
| Binary | 10110011 | 10100101 | 1111100 | 0 | 1000 | 11111 | 11110 | 101101 | 11011 | 111011 |
Color Harmonies of #B3A57C
Complementary color
Monochromatic Colors of #B3A57C
Black with #B3A57C
Text Example
Text Example
White with #B3A57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A57C; }
p { color: rgb(179,165,124); }
H1.HeaderClassName
{
color: #B3A57C;
}
.AnyTagClassName
{
color: #B3A57C;
}
</style>
background-color css
<style>
a { background-color: #B3A57C; }
a { background-color: rgb(179,165,124); }
div.DivClassName
{
background-color: #B3A57C;
}
.BgClassName
{
background-color: #B3A57C;
}
</style>
border-color css
<style>
span { border-color: #B3A57C; }
span { border-color: rgb(179,165,124); }
td.TdClassName
{
border-color: #B3A57C;
}
.TagClassName
{
border-color: #B3A57C;
}
</style>