Shades of Pavlova #B8A98C
Tints of Pavlova #B8A98C
RGB
CMYK
RGB Variations
Color information
#B8A98C (or 0xB8A98C) is known color: Pavlova. HEX triplet: B8, A9 and 8C. RGB value is (184,169,140). Sum of RGB (Red+Green+Blue) = 184+169+140=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A98C is #475673. Grayscale: #AAAAAA. Windows color (decimal): -4675188 or 9218488. OLE color: 9218488.
HSL color Cylindrical-coordinate representation of color #B8A98C: hue angle of 39.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8A98C is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 169 | 140 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.28 |
| HSL | 39.55º | 0.24% | 0.64% | - |
| HSV(B) | 39.55º | 0.24% | 0.72% | - |
| XYZ | 38.69 | 40.46 | 30.58 | - |
| YUV | 170.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 169 | 140 | 0 | 0.08 | 0.24 | 0.28 | 39.55 | 0.24 | 0.64 |
| Hex | B8 | A9 | 8C | 0 | 8 | 18 | 1C | 28 | 18 | 40 |
| Octal | 270 | 251 | 214 | 0 | 10 | 30 | 34 | 50 | 30 | 100 |
| Binary | 10111000 | 10101001 | 10001100 | 0 | 1000 | 11000 | 11100 | 101000 | 11000 | 1000000 |
Color Harmonies of #B8A98C
Complementary color
Monochromatic Colors of #B8A98C
Black with #B8A98C
Text Example
Text Example
White with #B8A98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A98C; }
p { color: rgb(184,169,140); }
H1.HeaderClassName
{
color: #B8A98C;
}
.AnyTagClassName
{
color: #B8A98C;
}
</style>
background-color css
<style>
a { background-color: #B8A98C; }
a { background-color: rgb(184,169,140); }
div.DivClassName
{
background-color: #B8A98C;
}
.BgClassName
{
background-color: #B8A98C;
}
</style>
border-color css
<style>
span { border-color: #B8A98C; }
span { border-color: rgb(184,169,140); }
td.TdClassName
{
border-color: #B8A98C;
}
.TagClassName
{
border-color: #B8A98C;
}
</style>