Shades of Pavlova #B8AA8B
Tints of Pavlova #B8AA8B
RGB
CMYK
RGB Variations
Color information
#B8AA8B (or 0xB8AA8B) is known color: Pavlova. HEX triplet: B8, AA and 8B. RGB value is (184,170,139). Sum of RGB (Red+Green+Blue) = 184+170+139=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA8B is #475574. Grayscale: #AAAAAA. Windows color (decimal): -4674933 or 9153208. OLE color: 9153208.
HSL color Cylindrical-coordinate representation of color #B8AA8B: hue angle of 41.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8AA8B is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 139 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.28 |
| HSL | 41.33º | 0.24% | 0.63% | - |
| HSV(B) | 41.33º | 0.24% | 0.72% | - |
| XYZ | 38.8 | 40.8 | 30.26 | - |
| YUV | 170.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 139 | 0 | 0.08 | 0.24 | 0.28 | 41.33 | 0.24 | 0.63 |
| Hex | B8 | AA | 8B | 0 | 8 | 18 | 1C | 29 | 18 | 3F |
| Octal | 270 | 252 | 213 | 0 | 10 | 30 | 34 | 51 | 30 | 77 |
| Binary | 10111000 | 10101010 | 10001011 | 0 | 1000 | 11000 | 11100 | 101001 | 11000 | 111111 |
Color Harmonies of #B8AA8B
Complementary color
Monochromatic Colors of #B8AA8B
Black with #B8AA8B
Text Example
Text Example
White with #B8AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA8B; }
p { color: rgb(184,170,139); }
H1.HeaderClassName
{
color: #B8AA8B;
}
.AnyTagClassName
{
color: #B8AA8B;
}
</style>
background-color css
<style>
a { background-color: #B8AA8B; }
a { background-color: rgb(184,170,139); }
div.DivClassName
{
background-color: #B8AA8B;
}
.BgClassName
{
background-color: #B8AA8B;
}
</style>
border-color css
<style>
span { border-color: #B8AA8B; }
span { border-color: rgb(184,170,139); }
td.TdClassName
{
border-color: #B8AA8B;
}
.TagClassName
{
border-color: #B8AA8B;
}
</style>