Shades of Pavlova #B5A27B
Tints of Pavlova #B5A27B
RGB
CMYK
RGB Variations
Color information
#B5A27B (or 0xB5A27B) is known color: Pavlova. HEX triplet: B5, A2 and 7B. RGB value is (181,162,123). Sum of RGB (Red+Green+Blue) = 181+162+123=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A27B is #4A5D84. Grayscale: #A3A3A3. Windows color (decimal): -4873605 or 8102581. OLE color: 8102581.
HSL color Cylindrical-coordinate representation of color #B5A27B: hue angle of 40.34º 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 #B5A27B is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 162 | 123 | - |
CMYK | 0 | 0.10 | 0.32 | 0.29 |
HSL | 40.34º | 0.28% | 0.6% | - |
HSV(B) | 40.34º | 0.32% | 0.71% | - |
XYZ | 35.55 | 37.09 | 24.03 | - |
YUV | 163.24 | 105.29 | 140.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 162 | 123 | 0 | 0.10 | 0.32 | 0.29 | 40.34 | 0.28 | 0.6 |
Hex | B5 | A2 | 7B | 0 | A | 20 | 1D | 28 | 1C | 3C |
Octal | 265 | 242 | 173 | 0 | 12 | 40 | 35 | 50 | 34 | 74 |
Binary | 10110101 | 10100010 | 1111011 | 0 | 1010 | 100000 | 11101 | 101000 | 11100 | 111100 |
Color Harmonies of #B5A27B
Complementary color
Monochromatic Colors of #B5A27B
Black with #B5A27B
Text Example
Text Example
White with #B5A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A27B; }
p { color: rgb(181,162,123); }
H1.HeaderClassName
{
color: #B5A27B;
}
.AnyTagClassName
{
color: #B5A27B;
}
</style>
background-color css
<style>
a { background-color: #B5A27B; }
a { background-color: rgb(181,162,123); }
div.DivClassName
{
background-color: #B5A27B;
}
.BgClassName
{
background-color: #B5A27B;
}
</style>
border-color css
<style>
span { border-color: #B5A27B; }
span { border-color: rgb(181,162,123); }
td.TdClassName
{
border-color: #B5A27B;
}
.TagClassName
{
border-color: #B5A27B;
}
</style>