Shades of Pavlova #B7A58C
Tints of Pavlova #B7A58C
RGB
CMYK
RGB Variations
Color information
#B7A58C (or 0xB7A58C) is known color: Pavlova. HEX triplet: B7, A5 and 8C. RGB value is (183,165,140). Sum of RGB (Red+Green+Blue) = 183+165+140=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A58C is #485A73. Grayscale: #A7A7A7. Windows color (decimal): -4741748 or 9217463. OLE color: 9217463.
HSL color Cylindrical-coordinate representation of color #B7A58C: hue angle of 34.88º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7A58C is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 140 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.28 |
| HSL | 34.88º | 0.23% | 0.63% | - |
| HSV(B) | 34.88º | 0.23% | 0.72% | - |
| XYZ | 37.72 | 38.87 | 30.33 | - |
| YUV | 167.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 140 | 0 | 0.10 | 0.23 | 0.28 | 34.88 | 0.23 | 0.63 |
| Hex | B7 | A5 | 8C | 0 | A | 17 | 1C | 23 | 17 | 3F |
| Octal | 267 | 245 | 214 | 0 | 12 | 27 | 34 | 43 | 27 | 77 |
| Binary | 10110111 | 10100101 | 10001100 | 0 | 1010 | 10111 | 11100 | 100011 | 10111 | 111111 |
Color Harmonies of #B7A58C
Complementary color
Monochromatic Colors of #B7A58C
Black with #B7A58C
Text Example
Text Example
White with #B7A58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A58C; }
p { color: rgb(183,165,140); }
H1.HeaderClassName
{
color: #B7A58C;
}
.AnyTagClassName
{
color: #B7A58C;
}
</style>
background-color css
<style>
a { background-color: #B7A58C; }
a { background-color: rgb(183,165,140); }
div.DivClassName
{
background-color: #B7A58C;
}
.BgClassName
{
background-color: #B7A58C;
}
</style>
border-color css
<style>
span { border-color: #B7A58C; }
span { border-color: rgb(183,165,140); }
td.TdClassName
{
border-color: #B7A58C;
}
.TagClassName
{
border-color: #B7A58C;
}
</style>