Shades of Pavlova #B7A57C
Tints of Pavlova #B7A57C
RGB
CMYK
RGB Variations
Color information
#B7A57C (or 0xB7A57C) is known color: Pavlova. HEX triplet: B7, A5 and 7C. RGB value is (183,165,124). Sum of RGB (Red+Green+Blue) = 183+165+124=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A57C is #485A83. Grayscale: #A5A5A5. Windows color (decimal): -4741764 or 8168887. OLE color: 8168887.
HSL color Cylindrical-coordinate representation of color #B7A57C: hue angle of 41.69º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7A57C is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 124 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.28 |
| HSL | 41.69º | 0.29% | 0.6% | - |
| HSV(B) | 41.69º | 0.32% | 0.72% | - |
| XYZ | 36.62 | 38.43 | 24.56 | - |
| YUV | 165.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 124 | 0 | 0.10 | 0.32 | 0.28 | 41.69 | 0.29 | 0.6 |
| Hex | B7 | A5 | 7C | 0 | A | 20 | 1C | 2A | 1D | 3C |
| Octal | 267 | 245 | 174 | 0 | 12 | 40 | 34 | 52 | 35 | 74 |
| Binary | 10110111 | 10100101 | 1111100 | 0 | 1010 | 100000 | 11100 | 101010 | 11101 | 111100 |
Color Harmonies of #B7A57C
Complementary color
Monochromatic Colors of #B7A57C
Black with #B7A57C
Text Example
Text Example
White with #B7A57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A57C; }
p { color: rgb(183,165,124); }
H1.HeaderClassName
{
color: #B7A57C;
}
.AnyTagClassName
{
color: #B7A57C;
}
</style>
background-color css
<style>
a { background-color: #B7A57C; }
a { background-color: rgb(183,165,124); }
div.DivClassName
{
background-color: #B7A57C;
}
.BgClassName
{
background-color: #B7A57C;
}
</style>
border-color css
<style>
span { border-color: #B7A57C; }
span { border-color: rgb(183,165,124); }
td.TdClassName
{
border-color: #B7A57C;
}
.TagClassName
{
border-color: #B7A57C;
}
</style>