Shades of Pavlova #B7A58D
Tints of Pavlova #B7A58D
RGB
CMYK
RGB Variations
Color information
#B7A58D (or 0xB7A58D) is known color: Pavlova. HEX triplet: B7, A5 and 8D. RGB value is (183,165,141). Sum of RGB (Red+Green+Blue) = 183+165+141=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A58D is #485A72. Grayscale: #A7A7A7. Windows color (decimal): -4741747 or 9282999. OLE color: 9282999.
HSL color Cylindrical-coordinate representation of color #B7A58D: hue angle of 34.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7A58D is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 141 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.28 |
| HSL | 34.29º | 0.23% | 0.64% | - |
| HSV(B) | 34.29º | 0.23% | 0.72% | - |
| XYZ | 37.79 | 38.9 | 30.72 | - |
| YUV | 167.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 141 | 0 | 0.10 | 0.23 | 0.28 | 34.29 | 0.23 | 0.64 |
| Hex | B7 | A5 | 8D | 0 | A | 17 | 1C | 22 | 17 | 40 |
| Octal | 267 | 245 | 215 | 0 | 12 | 27 | 34 | 42 | 27 | 100 |
| Binary | 10110111 | 10100101 | 10001101 | 0 | 1010 | 10111 | 11100 | 100010 | 10111 | 1000000 |
Color Harmonies of #B7A58D
Complementary color
Monochromatic Colors of #B7A58D
Black with #B7A58D
Text Example
Text Example
White with #B7A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A58D; }
p { color: rgb(183,165,141); }
H1.HeaderClassName
{
color: #B7A58D;
}
.AnyTagClassName
{
color: #B7A58D;
}
</style>
background-color css
<style>
a { background-color: #B7A58D; }
a { background-color: rgb(183,165,141); }
div.DivClassName
{
background-color: #B7A58D;
}
.BgClassName
{
background-color: #B7A58D;
}
</style>
border-color css
<style>
span { border-color: #B7A58D; }
span { border-color: rgb(183,165,141); }
td.TdClassName
{
border-color: #B7A58D;
}
.TagClassName
{
border-color: #B7A58D;
}
</style>