Shades of Pavlova #B7A379
Tints of Pavlova #B7A379
RGB
CMYK
RGB Variations
Color information
#B7A379 (or 0xB7A379) is known color: Pavlova. HEX triplet: B7, A3 and 79. RGB value is (183,163,121). Sum of RGB (Red+Green+Blue) = 183+163+121=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A379 is #485C86. Grayscale: #A4A4A4. Windows color (decimal): -4742279 or 7971767. OLE color: 7971767.
HSL color Cylindrical-coordinate representation of color #B7A379: hue angle of 40.65º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7A379 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 121 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.28 |
| HSL | 40.65º | 0.3% | 0.6% | - |
| HSV(B) | 40.65º | 0.34% | 0.72% | - |
| XYZ | 36.08 | 37.64 | 23.45 | - |
| YUV | 164.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 121 | 0 | 0.11 | 0.34 | 0.28 | 40.65 | 0.3 | 0.6 |
| Hex | B7 | A3 | 79 | 0 | B | 22 | 1C | 29 | 1E | 3C |
| Octal | 267 | 243 | 171 | 0 | 13 | 42 | 34 | 51 | 36 | 74 |
| Binary | 10110111 | 10100011 | 1111001 | 0 | 1011 | 100010 | 11100 | 101001 | 11110 | 111100 |
Color Harmonies of #B7A379
Complementary color
Monochromatic Colors of #B7A379
Black with #B7A379
Text Example
Text Example
White with #B7A379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A379; }
p { color: rgb(183,163,121); }
H1.HeaderClassName
{
color: #B7A379;
}
.AnyTagClassName
{
color: #B7A379;
}
</style>
background-color css
<style>
a { background-color: #B7A379; }
a { background-color: rgb(183,163,121); }
div.DivClassName
{
background-color: #B7A379;
}
.BgClassName
{
background-color: #B7A379;
}
</style>
border-color css
<style>
span { border-color: #B7A379; }
span { border-color: rgb(183,163,121); }
td.TdClassName
{
border-color: #B7A379;
}
.TagClassName
{
border-color: #B7A379;
}
</style>