Shades of Pavlova #B4A485
Tints of Pavlova #B4A485
RGB
CMYK
RGB Variations
Color information
#B4A485 (or 0xB4A485) is known color: Pavlova. HEX triplet: B4, A4 and 85. RGB value is (180,164,133). Sum of RGB (Red+Green+Blue) = 180+164+133=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A485 is #4B5B7A. Grayscale: #A5A5A5. Windows color (decimal): -4938619 or 8758452. OLE color: 8758452.
HSL color Cylindrical-coordinate representation of color #B4A485: hue angle of 39.57º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4A485 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 133 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.29 |
| HSL | 39.57º | 0.24% | 0.61% | - |
| HSV(B) | 39.57º | 0.26% | 0.71% | - |
| XYZ | 36.33 | 37.95 | 27.6 | - |
| YUV | 165.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 133 | 0 | 0.09 | 0.26 | 0.29 | 39.57 | 0.24 | 0.61 |
| Hex | B4 | A4 | 85 | 0 | 9 | 1A | 1D | 28 | 18 | 3D |
| Octal | 264 | 244 | 205 | 0 | 11 | 32 | 35 | 50 | 30 | 75 |
| Binary | 10110100 | 10100100 | 10000101 | 0 | 1001 | 11010 | 11101 | 101000 | 11000 | 111101 |
Color Harmonies of #B4A485
Complementary color
Monochromatic Colors of #B4A485
Black with #B4A485
Text Example
Text Example
White with #B4A485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A485; }
p { color: rgb(180,164,133); }
H1.HeaderClassName
{
color: #B4A485;
}
.AnyTagClassName
{
color: #B4A485;
}
</style>
background-color css
<style>
a { background-color: #B4A485; }
a { background-color: rgb(180,164,133); }
div.DivClassName
{
background-color: #B4A485;
}
.BgClassName
{
background-color: #B4A485;
}
</style>
border-color css
<style>
span { border-color: #B4A485; }
span { border-color: rgb(180,164,133); }
td.TdClassName
{
border-color: #B4A485;
}
.TagClassName
{
border-color: #B4A485;
}
</style>