Shades of Pavlova #B8A38B
Tints of Pavlova #B8A38B
RGB
CMYK
RGB Variations
Color information
#B8A38B (or 0xB8A38B) is known color: Pavlova. HEX triplet: B8, A3 and 8B. RGB value is (184,163,139). Sum of RGB (Red+Green+Blue) = 184+163+139=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A38B is #475C74. Grayscale: #A6A6A6. Windows color (decimal): -4676725 or 9151416. OLE color: 9151416.
HSL color Cylindrical-coordinate representation of color #B8A38B: hue angle of 32º 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 #B8A38B is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 163 | 139 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.28 |
| HSL | 32º | 0.24% | 0.63% | - |
| HSV(B) | 32º | 0.24% | 0.72% | - |
| XYZ | 37.52 | 38.25 | 29.83 | - |
| YUV | 166.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 163 | 139 | 0 | 0.11 | 0.24 | 0.28 | 32 | 0.24 | 0.63 |
| Hex | B8 | A3 | 8B | 0 | B | 18 | 1C | 20 | 18 | 3F |
| Octal | 270 | 243 | 213 | 0 | 13 | 30 | 34 | 40 | 30 | 77 |
| Binary | 10111000 | 10100011 | 10001011 | 0 | 1011 | 11000 | 11100 | 100000 | 11000 | 111111 |
Color Harmonies of #B8A38B
Complementary color
Monochromatic Colors of #B8A38B
Black with #B8A38B
Text Example
Text Example
White with #B8A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A38B; }
p { color: rgb(184,163,139); }
H1.HeaderClassName
{
color: #B8A38B;
}
.AnyTagClassName
{
color: #B8A38B;
}
</style>
background-color css
<style>
a { background-color: #B8A38B; }
a { background-color: rgb(184,163,139); }
div.DivClassName
{
background-color: #B8A38B;
}
.BgClassName
{
background-color: #B8A38B;
}
</style>
border-color css
<style>
span { border-color: #B8A38B; }
span { border-color: rgb(184,163,139); }
td.TdClassName
{
border-color: #B8A38B;
}
.TagClassName
{
border-color: #B8A38B;
}
</style>