Shades of Pavlova #B8AB8D
Tints of Pavlova #B8AB8D
RGB
CMYK
RGB Variations
Color information
#B8AB8D (or 0xB8AB8D) is known color: Pavlova. HEX triplet: B8, AB and 8D. RGB value is (184,171,141). Sum of RGB (Red+Green+Blue) = 184+171+141=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AB8D is #475472. Grayscale: #ABABAB. Windows color (decimal): -4674675 or 9284536. OLE color: 9284536.
HSL color Cylindrical-coordinate representation of color #B8AB8D: hue angle of 41.86º 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 #B8AB8D is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 141 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.28 |
| HSL | 41.86º | 0.23% | 0.64% | - |
| HSV(B) | 41.86º | 0.23% | 0.72% | - |
| XYZ | 39.14 | 41.24 | 31.1 | - |
| YUV | 171.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 141 | 0 | 0.07 | 0.23 | 0.28 | 41.86 | 0.23 | 0.64 |
| Hex | B8 | AB | 8D | 0 | 7 | 17 | 1C | 2A | 17 | 40 |
| Octal | 270 | 253 | 215 | 0 | 7 | 27 | 34 | 52 | 27 | 100 |
| Binary | 10111000 | 10101011 | 10001101 | 0 | 111 | 10111 | 11100 | 101010 | 10111 | 1000000 |
Color Harmonies of #B8AB8D
Complementary color
Monochromatic Colors of #B8AB8D
Black with #B8AB8D
Text Example
Text Example
White with #B8AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB8D; }
p { color: rgb(184,171,141); }
H1.HeaderClassName
{
color: #B8AB8D;
}
.AnyTagClassName
{
color: #B8AB8D;
}
</style>
background-color css
<style>
a { background-color: #B8AB8D; }
a { background-color: rgb(184,171,141); }
div.DivClassName
{
background-color: #B8AB8D;
}
.BgClassName
{
background-color: #B8AB8D;
}
</style>
border-color css
<style>
span { border-color: #B8AB8D; }
span { border-color: rgb(184,171,141); }
td.TdClassName
{
border-color: #B8AB8D;
}
.TagClassName
{
border-color: #B8AB8D;
}
</style>