Shades of Pavlova #B8AB85
Tints of Pavlova #B8AB85
RGB
CMYK
RGB Variations
Color information
#B8AB85 (or 0xB8AB85) is known color: Pavlova. HEX triplet: B8, AB and 85. RGB value is (184,171,133). Sum of RGB (Red+Green+Blue) = 184+171+133=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AB85 is #47547A. Grayscale: #AAAAAA. Windows color (decimal): -4674683 or 8760248. OLE color: 8760248.
HSL color Cylindrical-coordinate representation of color #B8AB85: hue angle of 44.71º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8AB85 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 133 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.28 |
| HSL | 44.71º | 0.26% | 0.62% | - |
| HSV(B) | 44.71º | 0.28% | 0.72% | - |
| XYZ | 38.56 | 41.01 | 28.07 | - |
| YUV | 170.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 133 | 0 | 0.07 | 0.28 | 0.28 | 44.71 | 0.26 | 0.62 |
| Hex | B8 | AB | 85 | 0 | 7 | 1C | 1C | 2D | 1A | 3E |
| Octal | 270 | 253 | 205 | 0 | 7 | 34 | 34 | 55 | 32 | 76 |
| Binary | 10111000 | 10101011 | 10000101 | 0 | 111 | 11100 | 11100 | 101101 | 11010 | 111110 |
Color Harmonies of #B8AB85
Complementary color
Monochromatic Colors of #B8AB85
Black with #B8AB85
Text Example
Text Example
White with #B8AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB85; }
p { color: rgb(184,171,133); }
H1.HeaderClassName
{
color: #B8AB85;
}
.AnyTagClassName
{
color: #B8AB85;
}
</style>
background-color css
<style>
a { background-color: #B8AB85; }
a { background-color: rgb(184,171,133); }
div.DivClassName
{
background-color: #B8AB85;
}
.BgClassName
{
background-color: #B8AB85;
}
</style>
border-color css
<style>
span { border-color: #B8AB85; }
span { border-color: rgb(184,171,133); }
td.TdClassName
{
border-color: #B8AB85;
}
.TagClassName
{
border-color: #B8AB85;
}
</style>