Shades of Pavlova #B4A88C
Tints of Pavlova #B4A88C
RGB
CMYK
RGB Variations
Color information
#B4A88C (or 0xB4A88C) is known color: Pavlova. HEX triplet: B4, A8 and 8C. RGB value is (180,168,140). Sum of RGB (Red+Green+Blue) = 180+168+140=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A88C is #4B5773. Grayscale: #A8A8A8. Windows color (decimal): -4937588 or 9218228. OLE color: 9218228.
HSL color Cylindrical-coordinate representation of color #B4A88C: hue angle of 42º 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 #B4A88C is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 140 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.29 |
| HSL | 42º | 0.21% | 0.63% | - |
| HSV(B) | 42º | 0.22% | 0.71% | - |
| XYZ | 37.56 | 39.6 | 30.48 | - |
| YUV | 168.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 140 | 0 | 0.07 | 0.22 | 0.29 | 42 | 0.21 | 0.63 |
| Hex | B4 | A8 | 8C | 0 | 7 | 16 | 1D | 2A | 15 | 3F |
| Octal | 264 | 250 | 214 | 0 | 7 | 26 | 35 | 52 | 25 | 77 |
| Binary | 10110100 | 10101000 | 10001100 | 0 | 111 | 10110 | 11101 | 101010 | 10101 | 111111 |
Color Harmonies of #B4A88C
Complementary color
Monochromatic Colors of #B4A88C
Black with #B4A88C
Text Example
Text Example
White with #B4A88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A88C; }
p { color: rgb(180,168,140); }
H1.HeaderClassName
{
color: #B4A88C;
}
.AnyTagClassName
{
color: #B4A88C;
}
</style>
background-color css
<style>
a { background-color: #B4A88C; }
a { background-color: rgb(180,168,140); }
div.DivClassName
{
background-color: #B4A88C;
}
.BgClassName
{
background-color: #B4A88C;
}
</style>
border-color css
<style>
span { border-color: #B4A88C; }
span { border-color: rgb(180,168,140); }
td.TdClassName
{
border-color: #B4A88C;
}
.TagClassName
{
border-color: #B4A88C;
}
</style>