Shades of Pavlova #B7A284
Tints of Pavlova #B7A284
RGB
CMYK
RGB Variations
Color information
#B7A284 (or 0xB7A284) is known color: Pavlova. HEX triplet: B7, A2 and 84. RGB value is (183,162,132). Sum of RGB (Red+Green+Blue) = 183+162+132=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A284 is #485D7B. Grayscale: #A5A5A5. Windows color (decimal): -4742524 or 8692407. OLE color: 8692407.
HSL color Cylindrical-coordinate representation of color #B7A284: hue angle of 35.29º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7A284 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 132 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.28 |
| HSL | 35.29º | 0.26% | 0.62% | - |
| HSV(B) | 35.29º | 0.28% | 0.72% | - |
| XYZ | 36.61 | 37.57 | 27.15 | - |
| YUV | 164.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 132 | 0 | 0.11 | 0.28 | 0.28 | 35.29 | 0.26 | 0.62 |
| Hex | B7 | A2 | 84 | 0 | B | 1C | 1C | 23 | 1A | 3E |
| Octal | 267 | 242 | 204 | 0 | 13 | 34 | 34 | 43 | 32 | 76 |
| Binary | 10110111 | 10100010 | 10000100 | 0 | 1011 | 11100 | 11100 | 100011 | 11010 | 111110 |
Color Harmonies of #B7A284
Complementary color
Monochromatic Colors of #B7A284
Black with #B7A284
Text Example
Text Example
White with #B7A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A284; }
p { color: rgb(183,162,132); }
H1.HeaderClassName
{
color: #B7A284;
}
.AnyTagClassName
{
color: #B7A284;
}
</style>
background-color css
<style>
a { background-color: #B7A284; }
a { background-color: rgb(183,162,132); }
div.DivClassName
{
background-color: #B7A284;
}
.BgClassName
{
background-color: #B7A284;
}
</style>
border-color css
<style>
span { border-color: #B7A284; }
span { border-color: rgb(183,162,132); }
td.TdClassName
{
border-color: #B7A284;
}
.TagClassName
{
border-color: #B7A284;
}
</style>