Shades of Pavlova #B7A17D
Tints of Pavlova #B7A17D
RGB
CMYK
RGB Variations
Color information
#B7A17D (or 0xB7A17D) is known color: Pavlova. HEX triplet: B7, A1 and 7D. RGB value is (183,161,125). Sum of RGB (Red+Green+Blue) = 183+161+125=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A17D is #485E82. Grayscale: #A3A3A3. Windows color (decimal): -4742787 or 8233399. OLE color: 8233399.
HSL color Cylindrical-coordinate representation of color #B7A17D: hue angle of 37.24º 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 #B7A17D is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 125 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.28 |
| HSL | 37.24º | 0.29% | 0.6% | - |
| HSV(B) | 37.24º | 0.32% | 0.72% | - |
| XYZ | 35.97 | 37.04 | 24.65 | - |
| YUV | 163.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 125 | 0 | 0.12 | 0.32 | 0.28 | 37.24 | 0.29 | 0.6 |
| Hex | B7 | A1 | 7D | 0 | C | 20 | 1C | 25 | 1D | 3C |
| Octal | 267 | 241 | 175 | 0 | 14 | 40 | 34 | 45 | 35 | 74 |
| Binary | 10110111 | 10100001 | 1111101 | 0 | 1100 | 100000 | 11100 | 100101 | 11101 | 111100 |
Color Harmonies of #B7A17D
Complementary color
Monochromatic Colors of #B7A17D
Black with #B7A17D
Text Example
Text Example
White with #B7A17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A17D; }
p { color: rgb(183,161,125); }
H1.HeaderClassName
{
color: #B7A17D;
}
.AnyTagClassName
{
color: #B7A17D;
}
</style>
background-color css
<style>
a { background-color: #B7A17D; }
a { background-color: rgb(183,161,125); }
div.DivClassName
{
background-color: #B7A17D;
}
.BgClassName
{
background-color: #B7A17D;
}
</style>
border-color css
<style>
span { border-color: #B7A17D; }
span { border-color: rgb(183,161,125); }
td.TdClassName
{
border-color: #B7A17D;
}
.TagClassName
{
border-color: #B7A17D;
}
</style>