Shades of Pavlova #B5A47B
Tints of Pavlova #B5A47B
RGB
CMYK
RGB Variations
Color information
#B5A47B (or 0xB5A47B) is known color: Pavlova. HEX triplet: B5, A4 and 7B. RGB value is (181,164,123). Sum of RGB (Red+Green+Blue) = 181+164+123=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A47B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A47B is #4A5B84. Grayscale: #A4A4A4. Windows color (decimal): -4873093 or 8103093. OLE color: 8103093.
HSL color Cylindrical-coordinate representation of color #B5A47B: hue angle of 42.41º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5A47B is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 164 | 123 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.29 |
| HSL | 42.41º | 0.28% | 0.6% | - |
| HSV(B) | 42.41º | 0.32% | 0.71% | - |
| XYZ | 35.91 | 37.8 | 24.14 | - |
| YUV | 164.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 123 | 0 | 0.09 | 0.32 | 0.29 | 42.41 | 0.28 | 0.6 |
| Hex | B5 | A4 | 7B | 0 | 9 | 20 | 1D | 2A | 1C | 3C |
| Octal | 265 | 244 | 173 | 0 | 11 | 40 | 35 | 52 | 34 | 74 |
| Binary | 10110101 | 10100100 | 1111011 | 0 | 1001 | 100000 | 11101 | 101010 | 11100 | 111100 |
Color Harmonies of #B5A47B
Complementary color
Monochromatic Colors of #B5A47B
Black with #B5A47B
Text Example
Text Example
White with #B5A47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A47B; }
p { color: rgb(181,164,123); }
H1.HeaderClassName
{
color: #B5A47B;
}
.AnyTagClassName
{
color: #B5A47B;
}
</style>
background-color css
<style>
a { background-color: #B5A47B; }
a { background-color: rgb(181,164,123); }
div.DivClassName
{
background-color: #B5A47B;
}
.BgClassName
{
background-color: #B5A47B;
}
</style>
border-color css
<style>
span { border-color: #B5A47B; }
span { border-color: rgb(181,164,123); }
td.TdClassName
{
border-color: #B5A47B;
}
.TagClassName
{
border-color: #B5A47B;
}
</style>