Shades of Pavlova #B7A97C
Tints of Pavlova #B7A97C
RGB
CMYK
RGB Variations
Color information
#B7A97C (or 0xB7A97C) is known color: Pavlova. HEX triplet: B7, A9 and 7C. RGB value is (183,169,124). Sum of RGB (Red+Green+Blue) = 183+169+124=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A97C is #485683. Grayscale: #A8A8A8. Windows color (decimal): -4740740 or 8169911. OLE color: 8169911.
HSL color Cylindrical-coordinate representation of color #B7A97C: hue angle of 45.76º 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 #B7A97C is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 124 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.28 |
| HSL | 45.76º | 0.29% | 0.6% | - |
| HSV(B) | 45.76º | 0.32% | 0.72% | - |
| XYZ | 37.35 | 39.9 | 24.8 | - |
| YUV | 168.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 124 | 0 | 0.08 | 0.32 | 0.28 | 45.76 | 0.29 | 0.6 |
| Hex | B7 | A9 | 7C | 0 | 8 | 20 | 1C | 2E | 1D | 3C |
| Octal | 267 | 251 | 174 | 0 | 10 | 40 | 34 | 56 | 35 | 74 |
| Binary | 10110111 | 10101001 | 1111100 | 0 | 1000 | 100000 | 11100 | 101110 | 11101 | 111100 |
Color Harmonies of #B7A97C
Complementary color
Monochromatic Colors of #B7A97C
Black with #B7A97C
Text Example
Text Example
White with #B7A97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A97C; }
p { color: rgb(183,169,124); }
H1.HeaderClassName
{
color: #B7A97C;
}
.AnyTagClassName
{
color: #B7A97C;
}
</style>
background-color css
<style>
a { background-color: #B7A97C; }
a { background-color: rgb(183,169,124); }
div.DivClassName
{
background-color: #B7A97C;
}
.BgClassName
{
background-color: #B7A97C;
}
</style>
border-color css
<style>
span { border-color: #B7A97C; }
span { border-color: rgb(183,169,124); }
td.TdClassName
{
border-color: #B7A97C;
}
.TagClassName
{
border-color: #B7A97C;
}
</style>