Shades of Pavlova #B8A88B
Tints of Pavlova #B8A88B
RGB
CMYK
RGB Variations
Color information
#B8A88B (or 0xB8A88B) is known color: Pavlova. HEX triplet: B8, A8 and 8B. RGB value is (184,168,139). Sum of RGB (Red+Green+Blue) = 184+168+139=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A88B is #475774. Grayscale: #A9A9A9. Windows color (decimal): -4675445 or 9152696. OLE color: 9152696.
HSL color Cylindrical-coordinate representation of color #B8A88B: hue angle of 38.67º 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 #B8A88B is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 139 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.28 |
| HSL | 38.67º | 0.24% | 0.63% | - |
| HSV(B) | 38.67º | 0.24% | 0.72% | - |
| XYZ | 38.43 | 40.06 | 30.13 | - |
| YUV | 169.48 | 110.8 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 139 | 0 | 0.09 | 0.24 | 0.28 | 38.67 | 0.24 | 0.63 |
| Hex | B8 | A8 | 8B | 0 | 9 | 18 | 1C | 27 | 18 | 3F |
| Octal | 270 | 250 | 213 | 0 | 11 | 30 | 34 | 47 | 30 | 77 |
| Binary | 10111000 | 10101000 | 10001011 | 0 | 1001 | 11000 | 11100 | 100111 | 11000 | 111111 |
Color Harmonies of #B8A88B
Complementary color
Monochromatic Colors of #B8A88B
Black with #B8A88B
Text Example
Text Example
White with #B8A88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A88B; }
p { color: rgb(184,168,139); }
H1.HeaderClassName
{
color: #B8A88B;
}
.AnyTagClassName
{
color: #B8A88B;
}
</style>
background-color css
<style>
a { background-color: #B8A88B; }
a { background-color: rgb(184,168,139); }
div.DivClassName
{
background-color: #B8A88B;
}
.BgClassName
{
background-color: #B8A88B;
}
</style>
border-color css
<style>
span { border-color: #B8A88B; }
span { border-color: rgb(184,168,139); }
td.TdClassName
{
border-color: #B8A88B;
}
.TagClassName
{
border-color: #B8A88B;
}
</style>