Shades of Pavlova #B5A78B
Tints of Pavlova #B5A78B
RGB
CMYK
RGB Variations
Color information
#B5A78B (or 0xB5A78B) is known color: Pavlova. HEX triplet: B5, A7 and 8B. RGB value is (181,167,139). Sum of RGB (Red+Green+Blue) = 181+167+139=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A78B is #4A5874. Grayscale: #A8A8A8. Windows color (decimal): -4872309 or 9152437. OLE color: 9152437.
HSL color Cylindrical-coordinate representation of color #B5A78B: hue angle of 40º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5A78B is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 167 | 139 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.29 |
| HSL | 40º | 0.22% | 0.63% | - |
| HSV(B) | 40º | 0.23% | 0.71% | - |
| XYZ | 37.53 | 39.33 | 30.04 | - |
| YUV | 167.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 167 | 139 | 0 | 0.08 | 0.23 | 0.29 | 40 | 0.22 | 0.63 |
| Hex | B5 | A7 | 8B | 0 | 8 | 17 | 1D | 28 | 16 | 3F |
| Octal | 265 | 247 | 213 | 0 | 10 | 27 | 35 | 50 | 26 | 77 |
| Binary | 10110101 | 10100111 | 10001011 | 0 | 1000 | 10111 | 11101 | 101000 | 10110 | 111111 |
Color Harmonies of #B5A78B
Complementary color
Monochromatic Colors of #B5A78B
Black with #B5A78B
Text Example
Text Example
White with #B5A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A78B; }
p { color: rgb(181,167,139); }
H1.HeaderClassName
{
color: #B5A78B;
}
.AnyTagClassName
{
color: #B5A78B;
}
</style>
background-color css
<style>
a { background-color: #B5A78B; }
a { background-color: rgb(181,167,139); }
div.DivClassName
{
background-color: #B5A78B;
}
.BgClassName
{
background-color: #B5A78B;
}
</style>
border-color css
<style>
span { border-color: #B5A78B; }
span { border-color: rgb(181,167,139); }
td.TdClassName
{
border-color: #B5A78B;
}
.TagClassName
{
border-color: #B5A78B;
}
</style>