Shades of Pavlova #B7A380
Tints of Pavlova #B7A380
RGB
CMYK
RGB Variations
Color information
#B7A380 (or 0xB7A380) is known color: Pavlova. HEX triplet: B7, A3 and 80. RGB value is (183,163,128). Sum of RGB (Red+Green+Blue) = 183+163+128=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A380 is #485C7F. Grayscale: #A5A5A5. Windows color (decimal): -4742272 or 8430519. OLE color: 8430519.
HSL color Cylindrical-coordinate representation of color #B7A380: hue angle of 38.18º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7A380 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 128 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.28 |
| HSL | 38.18º | 0.28% | 0.61% | - |
| HSV(B) | 38.18º | 0.3% | 0.72% | - |
| XYZ | 36.52 | 37.82 | 25.8 | - |
| YUV | 164.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 128 | 0 | 0.11 | 0.30 | 0.28 | 38.18 | 0.28 | 0.61 |
| Hex | B7 | A3 | 80 | 0 | B | 1E | 1C | 26 | 1C | 3D |
| Octal | 267 | 243 | 200 | 0 | 13 | 36 | 34 | 46 | 34 | 75 |
| Binary | 10110111 | 10100011 | 10000000 | 0 | 1011 | 11110 | 11100 | 100110 | 11100 | 111101 |
Color Harmonies of #B7A380
Complementary color
Monochromatic Colors of #B7A380
Black with #B7A380
Text Example
Text Example
White with #B7A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A380; }
p { color: rgb(183,163,128); }
H1.HeaderClassName
{
color: #B7A380;
}
.AnyTagClassName
{
color: #B7A380;
}
</style>
background-color css
<style>
a { background-color: #B7A380; }
a { background-color: rgb(183,163,128); }
div.DivClassName
{
background-color: #B7A380;
}
.BgClassName
{
background-color: #B7A380;
}
</style>
border-color css
<style>
span { border-color: #B7A380; }
span { border-color: rgb(183,163,128); }
td.TdClassName
{
border-color: #B7A380;
}
.TagClassName
{
border-color: #B7A380;
}
</style>