Shades of Pavlova #B4A589
Tints of Pavlova #B4A589
RGB
CMYK
RGB Variations
Color information
#B4A589 (or 0xB4A589) is known color: Pavlova. HEX triplet: B4, A5 and 89. RGB value is (180,165,137). Sum of RGB (Red+Green+Blue) = 180+165+137=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A589 is #4B5A76. Grayscale: #A6A6A6. Windows color (decimal): -4938359 or 9020852. OLE color: 9020852.
HSL color Cylindrical-coordinate representation of color #B4A589: hue angle of 39.07º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4A589 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 137 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.29 |
| HSL | 39.07º | 0.22% | 0.62% | - |
| HSV(B) | 39.07º | 0.24% | 0.71% | - |
| XYZ | 36.79 | 38.42 | 29.14 | - |
| YUV | 166.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 137 | 0 | 0.08 | 0.24 | 0.29 | 39.07 | 0.22 | 0.62 |
| Hex | B4 | A5 | 89 | 0 | 8 | 18 | 1D | 27 | 16 | 3E |
| Octal | 264 | 245 | 211 | 0 | 10 | 30 | 35 | 47 | 26 | 76 |
| Binary | 10110100 | 10100101 | 10001001 | 0 | 1000 | 11000 | 11101 | 100111 | 10110 | 111110 |
Color Harmonies of #B4A589
Complementary color
Monochromatic Colors of #B4A589
Black with #B4A589
Text Example
Text Example
White with #B4A589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A589; }
p { color: rgb(180,165,137); }
H1.HeaderClassName
{
color: #B4A589;
}
.AnyTagClassName
{
color: #B4A589;
}
</style>
background-color css
<style>
a { background-color: #B4A589; }
a { background-color: rgb(180,165,137); }
div.DivClassName
{
background-color: #B4A589;
}
.BgClassName
{
background-color: #B4A589;
}
</style>
border-color css
<style>
span { border-color: #B4A589; }
span { border-color: rgb(180,165,137); }
td.TdClassName
{
border-color: #B4A589;
}
.TagClassName
{
border-color: #B4A589;
}
</style>