Shades of Pavlova #B8AA8D
Tints of Pavlova #B8AA8D
RGB
CMYK
RGB Variations
Color information
#B8AA8D (or 0xB8AA8D) is known color: Pavlova. HEX triplet: B8, AA and 8D. RGB value is (184,170,141). Sum of RGB (Red+Green+Blue) = 184+170+141=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA8D is #475572. Grayscale: #ABABAB. Windows color (decimal): -4674931 or 9284280. OLE color: 9284280.
HSL color Cylindrical-coordinate representation of color #B8AA8D: hue angle of 40.47º 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 #B8AA8D is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 141 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.28 |
| HSL | 40.47º | 0.23% | 0.64% | - |
| HSV(B) | 40.47º | 0.23% | 0.72% | - |
| XYZ | 38.95 | 40.86 | 31.03 | - |
| YUV | 170.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 141 | 0 | 0.08 | 0.23 | 0.28 | 40.47 | 0.23 | 0.64 |
| Hex | B8 | AA | 8D | 0 | 8 | 17 | 1C | 28 | 17 | 40 |
| Octal | 270 | 252 | 215 | 0 | 10 | 27 | 34 | 50 | 27 | 100 |
| Binary | 10111000 | 10101010 | 10001101 | 0 | 1000 | 10111 | 11100 | 101000 | 10111 | 1000000 |
Color Harmonies of #B8AA8D
Complementary color
Monochromatic Colors of #B8AA8D
Black with #B8AA8D
Text Example
Text Example
White with #B8AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA8D; }
p { color: rgb(184,170,141); }
H1.HeaderClassName
{
color: #B8AA8D;
}
.AnyTagClassName
{
color: #B8AA8D;
}
</style>
background-color css
<style>
a { background-color: #B8AA8D; }
a { background-color: rgb(184,170,141); }
div.DivClassName
{
background-color: #B8AA8D;
}
.BgClassName
{
background-color: #B8AA8D;
}
</style>
border-color css
<style>
span { border-color: #B8AA8D; }
span { border-color: rgb(184,170,141); }
td.TdClassName
{
border-color: #B8AA8D;
}
.TagClassName
{
border-color: #B8AA8D;
}
</style>