Shades of Pavlova #B7A87D
Tints of Pavlova #B7A87D
RGB
CMYK
RGB Variations
Color information
#B7A87D (or 0xB7A87D) is known color: Pavlova. HEX triplet: B7, A8 and 7D. RGB value is (183,168,125). Sum of RGB (Red+Green+Blue) = 183+168+125=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A87D is #485782. Grayscale: #A7A7A7. Windows color (decimal): -4740995 or 8235191. OLE color: 8235191.
HSL color Cylindrical-coordinate representation of color #B7A87D: hue angle of 44.48º 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 #B7A87D is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 125 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.28 |
| HSL | 44.48º | 0.29% | 0.6% | - |
| HSV(B) | 44.48º | 0.32% | 0.72% | - |
| XYZ | 37.23 | 39.55 | 25.07 | - |
| YUV | 167.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 125 | 0 | 0.08 | 0.32 | 0.28 | 44.48 | 0.29 | 0.6 |
| Hex | B7 | A8 | 7D | 0 | 8 | 20 | 1C | 2C | 1D | 3C |
| Octal | 267 | 250 | 175 | 0 | 10 | 40 | 34 | 54 | 35 | 74 |
| Binary | 10110111 | 10101000 | 1111101 | 0 | 1000 | 100000 | 11100 | 101100 | 11101 | 111100 |
Color Harmonies of #B7A87D
Complementary color
Monochromatic Colors of #B7A87D
Black with #B7A87D
Text Example
Text Example
White with #B7A87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A87D; }
p { color: rgb(183,168,125); }
H1.HeaderClassName
{
color: #B7A87D;
}
.AnyTagClassName
{
color: #B7A87D;
}
</style>
background-color css
<style>
a { background-color: #B7A87D; }
a { background-color: rgb(183,168,125); }
div.DivClassName
{
background-color: #B7A87D;
}
.BgClassName
{
background-color: #B7A87D;
}
</style>
border-color css
<style>
span { border-color: #B7A87D; }
span { border-color: rgb(183,168,125); }
td.TdClassName
{
border-color: #B7A87D;
}
.TagClassName
{
border-color: #B7A87D;
}
</style>