Shades of Pavlova #B4A78D
Tints of Pavlova #B4A78D
RGB
CMYK
RGB Variations
Color information
#B4A78D (or 0xB4A78D) is known color: Pavlova. HEX triplet: B4, A7 and 8D. RGB value is (180,167,141). Sum of RGB (Red+Green+Blue) = 180+167+141=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A78D is #4B5872. Grayscale: #A8A8A8. Windows color (decimal): -4937843 or 9283508. OLE color: 9283508.
HSL color Cylindrical-coordinate representation of color #B4A78D: hue angle of 40º 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 #B4A78D is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 167 | 141 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.29 |
| HSL | 40º | 0.21% | 0.63% | - |
| HSV(B) | 40º | 0.22% | 0.71% | - |
| XYZ | 37.45 | 39.26 | 30.8 | - |
| YUV | 167.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 141 | 0 | 0.07 | 0.22 | 0.29 | 40 | 0.21 | 0.63 |
| Hex | B4 | A7 | 8D | 0 | 7 | 16 | 1D | 28 | 15 | 3F |
| Octal | 264 | 247 | 215 | 0 | 7 | 26 | 35 | 50 | 25 | 77 |
| Binary | 10110100 | 10100111 | 10001101 | 0 | 111 | 10110 | 11101 | 101000 | 10101 | 111111 |
Color Harmonies of #B4A78D
Complementary color
Monochromatic Colors of #B4A78D
Black with #B4A78D
Text Example
Text Example
White with #B4A78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A78D; }
p { color: rgb(180,167,141); }
H1.HeaderClassName
{
color: #B4A78D;
}
.AnyTagClassName
{
color: #B4A78D;
}
</style>
background-color css
<style>
a { background-color: #B4A78D; }
a { background-color: rgb(180,167,141); }
div.DivClassName
{
background-color: #B4A78D;
}
.BgClassName
{
background-color: #B4A78D;
}
</style>
border-color css
<style>
span { border-color: #B4A78D; }
span { border-color: rgb(180,167,141); }
td.TdClassName
{
border-color: #B4A78D;
}
.TagClassName
{
border-color: #B4A78D;
}
</style>