Shades of Pavlova #B5A678
Tints of Pavlova #B5A678
RGB
CMYK
RGB Variations
Color information
#B5A678 (or 0xB5A678) is known color: Pavlova. HEX triplet: B5, A6 and 78. RGB value is (181,166,120). Sum of RGB (Red+Green+Blue) = 181+166+120=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A678 is #4A5987. Grayscale: #A5A5A5. Windows color (decimal): -4872584 or 7906997. OLE color: 7906997.
HSL color Cylindrical-coordinate representation of color #B5A678: hue angle of 45.25º 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 #B5A678 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 120 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.29 |
| HSL | 45.25º | 0.29% | 0.59% | - |
| HSV(B) | 45.25º | 0.34% | 0.71% | - |
| XYZ | 36.08 | 38.45 | 23.29 | - |
| YUV | 165.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 120 | 0 | 0.08 | 0.34 | 0.29 | 45.25 | 0.29 | 0.59 |
| Hex | B5 | A6 | 78 | 0 | 8 | 22 | 1D | 2D | 1D | 3B |
| Octal | 265 | 246 | 170 | 0 | 10 | 42 | 35 | 55 | 35 | 73 |
| Binary | 10110101 | 10100110 | 1111000 | 0 | 1000 | 100010 | 11101 | 101101 | 11101 | 111011 |
Color Harmonies of #B5A678
Complementary color
Monochromatic Colors of #B5A678
Black with #B5A678
Text Example
Text Example
White with #B5A678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A678; }
p { color: rgb(181,166,120); }
H1.HeaderClassName
{
color: #B5A678;
}
.AnyTagClassName
{
color: #B5A678;
}
</style>
background-color css
<style>
a { background-color: #B5A678; }
a { background-color: rgb(181,166,120); }
div.DivClassName
{
background-color: #B5A678;
}
.BgClassName
{
background-color: #B5A678;
}
</style>
border-color css
<style>
span { border-color: #B5A678; }
span { border-color: rgb(181,166,120); }
td.TdClassName
{
border-color: #B5A678;
}
.TagClassName
{
border-color: #B5A678;
}
</style>