Shades of Pavlova #B5A27D
Tints of Pavlova #B5A27D
RGB
CMYK
RGB Variations
Color information
#B5A27D (or 0xB5A27D) is known color: Pavlova. HEX triplet: B5, A2 and 7D. RGB value is (181,162,125). Sum of RGB (Red+Green+Blue) = 181+162+125=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A27D is #4A5D82. Grayscale: #A3A3A3. Windows color (decimal): -4873603 or 8233653. OLE color: 8233653.
HSL color Cylindrical-coordinate representation of color #B5A27D: hue angle of 39.64º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5A27D is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 125 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.29 |
| HSL | 39.64º | 0.27% | 0.6% | - |
| HSV(B) | 39.64º | 0.31% | 0.71% | - |
| XYZ | 35.68 | 37.15 | 24.69 | - |
| YUV | 163.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 125 | 0 | 0.10 | 0.31 | 0.29 | 39.64 | 0.27 | 0.6 |
| Hex | B5 | A2 | 7D | 0 | A | 1F | 1D | 28 | 1B | 3C |
| Octal | 265 | 242 | 175 | 0 | 12 | 37 | 35 | 50 | 33 | 74 |
| Binary | 10110101 | 10100010 | 1111101 | 0 | 1010 | 11111 | 11101 | 101000 | 11011 | 111100 |
Color Harmonies of #B5A27D
Complementary color
Monochromatic Colors of #B5A27D
Black with #B5A27D
Text Example
Text Example
White with #B5A27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A27D; }
p { color: rgb(181,162,125); }
H1.HeaderClassName
{
color: #B5A27D;
}
.AnyTagClassName
{
color: #B5A27D;
}
</style>
background-color css
<style>
a { background-color: #B5A27D; }
a { background-color: rgb(181,162,125); }
div.DivClassName
{
background-color: #B5A27D;
}
.BgClassName
{
background-color: #B5A27D;
}
</style>
border-color css
<style>
span { border-color: #B5A27D; }
span { border-color: rgb(181,162,125); }
td.TdClassName
{
border-color: #B5A27D;
}
.TagClassName
{
border-color: #B5A27D;
}
</style>