Shades of Pavlova #B7A88D
Tints of Pavlova #B7A88D
RGB
CMYK
RGB Variations
Color information
#B7A88D (or 0xB7A88D) is known color: Pavlova. HEX triplet: B7, A8 and 8D. RGB value is (183,168,141). Sum of RGB (Red+Green+Blue) = 183+168+141=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A88D is #485772. Grayscale: #A9A9A9. Windows color (decimal): -4740979 or 9283767. OLE color: 9283767.
HSL color Cylindrical-coordinate representation of color #B7A88D: hue angle of 38.57º 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 #B7A88D is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 141 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.28 |
| HSL | 38.57º | 0.23% | 0.64% | - |
| HSV(B) | 38.57º | 0.23% | 0.72% | - |
| XYZ | 38.34 | 40 | 30.9 | - |
| YUV | 169.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 141 | 0 | 0.08 | 0.23 | 0.28 | 38.57 | 0.23 | 0.64 |
| Hex | B7 | A8 | 8D | 0 | 8 | 17 | 1C | 27 | 17 | 40 |
| Octal | 267 | 250 | 215 | 0 | 10 | 27 | 34 | 47 | 27 | 100 |
| Binary | 10110111 | 10101000 | 10001101 | 0 | 1000 | 10111 | 11100 | 100111 | 10111 | 1000000 |
Color Harmonies of #B7A88D
Complementary color
Monochromatic Colors of #B7A88D
Black with #B7A88D
Text Example
Text Example
White with #B7A88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A88D; }
p { color: rgb(183,168,141); }
H1.HeaderClassName
{
color: #B7A88D;
}
.AnyTagClassName
{
color: #B7A88D;
}
</style>
background-color css
<style>
a { background-color: #B7A88D; }
a { background-color: rgb(183,168,141); }
div.DivClassName
{
background-color: #B7A88D;
}
.BgClassName
{
background-color: #B7A88D;
}
</style>
border-color css
<style>
span { border-color: #B7A88D; }
span { border-color: rgb(183,168,141); }
td.TdClassName
{
border-color: #B7A88D;
}
.TagClassName
{
border-color: #B7A88D;
}
</style>