Shades of Pavlova #B8A88D
Tints of Pavlova #B8A88D
RGB
CMYK
RGB Variations
Color information
#B8A88D (or 0xB8A88D) is known color: Pavlova. HEX triplet: B8, A8 and 8D. RGB value is (184,168,141). Sum of RGB (Red+Green+Blue) = 184+168+141=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A88D is #475772. Grayscale: #A9A9A9. Windows color (decimal): -4675443 or 9283768. OLE color: 9283768.
HSL color Cylindrical-coordinate representation of color #B8A88D: hue angle of 37.67º 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 #B8A88D is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 141 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.28 |
| HSL | 37.67º | 0.23% | 0.64% | - |
| HSV(B) | 37.67º | 0.23% | 0.72% | - |
| XYZ | 38.58 | 40.12 | 30.91 | - |
| YUV | 169.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 141 | 0 | 0.09 | 0.23 | 0.28 | 37.67 | 0.23 | 0.64 |
| Hex | B8 | A8 | 8D | 0 | 9 | 17 | 1C | 26 | 17 | 40 |
| Octal | 270 | 250 | 215 | 0 | 11 | 27 | 34 | 46 | 27 | 100 |
| Binary | 10111000 | 10101000 | 10001101 | 0 | 1001 | 10111 | 11100 | 100110 | 10111 | 1000000 |
Color Harmonies of #B8A88D
Complementary color
Monochromatic Colors of #B8A88D
Black with #B8A88D
Text Example
Text Example
White with #B8A88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A88D; }
p { color: rgb(184,168,141); }
H1.HeaderClassName
{
color: #B8A88D;
}
.AnyTagClassName
{
color: #B8A88D;
}
</style>
background-color css
<style>
a { background-color: #B8A88D; }
a { background-color: rgb(184,168,141); }
div.DivClassName
{
background-color: #B8A88D;
}
.BgClassName
{
background-color: #B8A88D;
}
</style>
border-color css
<style>
span { border-color: #B8A88D; }
span { border-color: rgb(184,168,141); }
td.TdClassName
{
border-color: #B8A88D;
}
.TagClassName
{
border-color: #B8A88D;
}
</style>