Shades of Pavlova #B4A28D
Tints of Pavlova #B4A28D
RGB
CMYK
RGB Variations
Color information
#B4A28D (or 0xB4A28D) is known color: Pavlova. HEX triplet: B4, A2 and 8D. RGB value is (180,162,141). Sum of RGB (Red+Green+Blue) = 180+162+141=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A28D is #4B5D72. Grayscale: #A5A5A5. Windows color (decimal): -4939123 or 9282228. OLE color: 9282228.
HSL color Cylindrical-coordinate representation of color #B4A28D: hue angle of 32.31º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4A28D is Cyan = 0, Magento = 0.1, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 141 | - |
| CMYK | 0 | 0.1 | 0.22 | 0.29 |
| HSL | 32.31º | 0.21% | 0.63% | - |
| HSV(B) | 32.31º | 0.22% | 0.71% | - |
| XYZ | 36.55 | 37.47 | 30.5 | - |
| YUV | 164.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 141 | 0 | 0.1 | 0.22 | 0.29 | 32.31 | 0.21 | 0.63 |
| Hex | B4 | A2 | 8D | 0 | A | 16 | 1D | 20 | 15 | 3F |
| Octal | 264 | 242 | 215 | 0 | 12 | 26 | 35 | 40 | 25 | 77 |
| Binary | 10110100 | 10100010 | 10001101 | 0 | 1010 | 10110 | 11101 | 100000 | 10101 | 111111 |
Color Harmonies of #B4A28D
Complementary color
Monochromatic Colors of #B4A28D
Black with #B4A28D
Text Example
Text Example
White with #B4A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A28D; }
p { color: rgb(180,162,141); }
H1.HeaderClassName
{
color: #B4A28D;
}
.AnyTagClassName
{
color: #B4A28D;
}
</style>
background-color css
<style>
a { background-color: #B4A28D; }
a { background-color: rgb(180,162,141); }
div.DivClassName
{
background-color: #B4A28D;
}
.BgClassName
{
background-color: #B4A28D;
}
</style>
border-color css
<style>
span { border-color: #B4A28D; }
span { border-color: rgb(180,162,141); }
td.TdClassName
{
border-color: #B4A28D;
}
.TagClassName
{
border-color: #B4A28D;
}
</style>