Shades of Pavlova #B8AA81
Tints of Pavlova #B8AA81
RGB
CMYK
RGB Variations
Color information
#B8AA81 (or 0xB8AA81) is known color: Pavlova. HEX triplet: B8, AA and 81. RGB value is (184,170,129). Sum of RGB (Red+Green+Blue) = 184+170+129=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA81 is #47557E. Grayscale: #A9A9A9. Windows color (decimal): -4674943 or 8497848. OLE color: 8497848.
HSL color Cylindrical-coordinate representation of color #B8AA81: hue angle of 44.73º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8AA81 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 129 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.28 |
| HSL | 44.73º | 0.28% | 0.61% | - |
| HSV(B) | 44.73º | 0.3% | 0.72% | - |
| XYZ | 38.1 | 40.52 | 26.58 | - |
| YUV | 169.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 129 | 0 | 0.08 | 0.30 | 0.28 | 44.73 | 0.28 | 0.61 |
| Hex | B8 | AA | 81 | 0 | 8 | 1E | 1C | 2D | 1C | 3D |
| Octal | 270 | 252 | 201 | 0 | 10 | 36 | 34 | 55 | 34 | 75 |
| Binary | 10111000 | 10101010 | 10000001 | 0 | 1000 | 11110 | 11100 | 101101 | 11100 | 111101 |
Color Harmonies of #B8AA81
Complementary color
Monochromatic Colors of #B8AA81
Black with #B8AA81
Text Example
Text Example
White with #B8AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA81; }
p { color: rgb(184,170,129); }
H1.HeaderClassName
{
color: #B8AA81;
}
.AnyTagClassName
{
color: #B8AA81;
}
</style>
background-color css
<style>
a { background-color: #B8AA81; }
a { background-color: rgb(184,170,129); }
div.DivClassName
{
background-color: #B8AA81;
}
.BgClassName
{
background-color: #B8AA81;
}
</style>
border-color css
<style>
span { border-color: #B8AA81; }
span { border-color: rgb(184,170,129); }
td.TdClassName
{
border-color: #B8AA81;
}
.TagClassName
{
border-color: #B8AA81;
}
</style>