Shades of Pavlova #B5A478
Tints of Pavlova #B5A478
RGB
CMYK
RGB Variations
Color information
#B5A478 (or 0xB5A478) is known color: Pavlova. HEX triplet: B5, A4 and 78. RGB value is (181,164,120). Sum of RGB (Red+Green+Blue) = 181+164+120=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A478 is #4A5B87. Grayscale: #A4A4A4. Windows color (decimal): -4873096 or 7906485. OLE color: 7906485.
HSL color Cylindrical-coordinate representation of color #B5A478: hue angle of 43.28º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5A478 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 164 | 120 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.29 |
| HSL | 43.28º | 0.29% | 0.59% | - |
| HSV(B) | 43.28º | 0.34% | 0.71% | - |
| XYZ | 35.72 | 37.73 | 23.17 | - |
| YUV | 164.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 120 | 0 | 0.09 | 0.34 | 0.29 | 43.28 | 0.29 | 0.59 |
| Hex | B5 | A4 | 78 | 0 | 9 | 22 | 1D | 2B | 1D | 3B |
| Octal | 265 | 244 | 170 | 0 | 11 | 42 | 35 | 53 | 35 | 73 |
| Binary | 10110101 | 10100100 | 1111000 | 0 | 1001 | 100010 | 11101 | 101011 | 11101 | 111011 |
Color Harmonies of #B5A478
Complementary color
Monochromatic Colors of #B5A478
Black with #B5A478
Text Example
Text Example
White with #B5A478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A478; }
p { color: rgb(181,164,120); }
H1.HeaderClassName
{
color: #B5A478;
}
.AnyTagClassName
{
color: #B5A478;
}
</style>
background-color css
<style>
a { background-color: #B5A478; }
a { background-color: rgb(181,164,120); }
div.DivClassName
{
background-color: #B5A478;
}
.BgClassName
{
background-color: #B5A478;
}
</style>
border-color css
<style>
span { border-color: #B5A478; }
span { border-color: rgb(181,164,120); }
td.TdClassName
{
border-color: #B5A478;
}
.TagClassName
{
border-color: #B5A478;
}
</style>