Shades of Pavlova #B8AB8C
Tints of Pavlova #B8AB8C
RGB
CMYK
RGB Variations
Color information
#B8AB8C (or 0xB8AB8C) is known color: Pavlova. HEX triplet: B8, AB and 8C. RGB value is (184,171,140). Sum of RGB (Red+Green+Blue) = 184+171+140=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AB8C is #475473. Grayscale: #ABABAB. Windows color (decimal): -4674676 or 9219000. OLE color: 9219000.
HSL color Cylindrical-coordinate representation of color #B8AB8C: hue angle of 42.27º 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 #B8AB8C is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 140 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.28 |
| HSL | 42.27º | 0.24% | 0.64% | - |
| HSV(B) | 42.27º | 0.24% | 0.72% | - |
| XYZ | 39.06 | 41.21 | 30.71 | - |
| YUV | 171.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 140 | 0 | 0.07 | 0.24 | 0.28 | 42.27 | 0.24 | 0.64 |
| Hex | B8 | AB | 8C | 0 | 7 | 18 | 1C | 2A | 18 | 40 |
| Octal | 270 | 253 | 214 | 0 | 7 | 30 | 34 | 52 | 30 | 100 |
| Binary | 10111000 | 10101011 | 10001100 | 0 | 111 | 11000 | 11100 | 101010 | 11000 | 1000000 |
Color Harmonies of #B8AB8C
Complementary color
Monochromatic Colors of #B8AB8C
Black with #B8AB8C
Text Example
Text Example
White with #B8AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB8C; }
p { color: rgb(184,171,140); }
H1.HeaderClassName
{
color: #B8AB8C;
}
.AnyTagClassName
{
color: #B8AB8C;
}
</style>
background-color css
<style>
a { background-color: #B8AB8C; }
a { background-color: rgb(184,171,140); }
div.DivClassName
{
background-color: #B8AB8C;
}
.BgClassName
{
background-color: #B8AB8C;
}
</style>
border-color css
<style>
span { border-color: #B8AB8C; }
span { border-color: rgb(184,171,140); }
td.TdClassName
{
border-color: #B8AB8C;
}
.TagClassName
{
border-color: #B8AB8C;
}
</style>