Shades of Pavlova #B8A481
Tints of Pavlova #B8A481
RGB
CMYK
RGB Variations
Color information
#B8A481 (or 0xB8A481) is known color: Pavlova. HEX triplet: B8, A4 and 81. RGB value is (184,164,129). Sum of RGB (Red+Green+Blue) = 184+164+129=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A481 is #475B7E. Grayscale: #A6A6A6. Windows color (decimal): -4676479 or 8496312. OLE color: 8496312.
HSL color Cylindrical-coordinate representation of color #B8A481: hue angle of 38.18º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8A481 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 129 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.28 |
| HSL | 38.18º | 0.28% | 0.61% | - |
| HSV(B) | 38.18º | 0.3% | 0.72% | - |
| XYZ | 37.01 | 38.33 | 26.22 | - |
| YUV | 165.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 129 | 0 | 0.11 | 0.30 | 0.28 | 38.18 | 0.28 | 0.61 |
| Hex | B8 | A4 | 81 | 0 | B | 1E | 1C | 26 | 1C | 3D |
| Octal | 270 | 244 | 201 | 0 | 13 | 36 | 34 | 46 | 34 | 75 |
| Binary | 10111000 | 10100100 | 10000001 | 0 | 1011 | 11110 | 11100 | 100110 | 11100 | 111101 |
Color Harmonies of #B8A481
Complementary color
Monochromatic Colors of #B8A481
Black with #B8A481
Text Example
Text Example
White with #B8A481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A481; }
p { color: rgb(184,164,129); }
H1.HeaderClassName
{
color: #B8A481;
}
.AnyTagClassName
{
color: #B8A481;
}
</style>
background-color css
<style>
a { background-color: #B8A481; }
a { background-color: rgb(184,164,129); }
div.DivClassName
{
background-color: #B8A481;
}
.BgClassName
{
background-color: #B8A481;
}
</style>
border-color css
<style>
span { border-color: #B8A481; }
span { border-color: rgb(184,164,129); }
td.TdClassName
{
border-color: #B8A481;
}
.TagClassName
{
border-color: #B8A481;
}
</style>