Shades of Pavlova #B7A57A
Tints of Pavlova #B7A57A
RGB
CMYK
RGB Variations
Color information
#B7A57A (or 0xB7A57A) is known color: Pavlova. HEX triplet: B7, A5 and 7A. RGB value is (183,165,122). Sum of RGB (Red+Green+Blue) = 183+165+122=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A57A is #485A85. Grayscale: #A5A5A5. Windows color (decimal): -4741766 or 8037815. OLE color: 8037815.
HSL color Cylindrical-coordinate representation of color #B7A57A: hue angle of 42.3º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7A57A is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 122 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.28 |
| HSL | 42.3º | 0.3% | 0.6% | - |
| HSV(B) | 42.3º | 0.33% | 0.72% | - |
| XYZ | 36.5 | 38.38 | 23.9 | - |
| YUV | 165.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 122 | 0 | 0.10 | 0.33 | 0.28 | 42.3 | 0.3 | 0.6 |
| Hex | B7 | A5 | 7A | 0 | A | 21 | 1C | 2A | 1E | 3C |
| Octal | 267 | 245 | 172 | 0 | 12 | 41 | 34 | 52 | 36 | 74 |
| Binary | 10110111 | 10100101 | 1111010 | 0 | 1010 | 100001 | 11100 | 101010 | 11110 | 111100 |
Color Harmonies of #B7A57A
Complementary color
Monochromatic Colors of #B7A57A
Black with #B7A57A
Text Example
Text Example
White with #B7A57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A57A; }
p { color: rgb(183,165,122); }
H1.HeaderClassName
{
color: #B7A57A;
}
.AnyTagClassName
{
color: #B7A57A;
}
</style>
background-color css
<style>
a { background-color: #B7A57A; }
a { background-color: rgb(183,165,122); }
div.DivClassName
{
background-color: #B7A57A;
}
.BgClassName
{
background-color: #B7A57A;
}
</style>
border-color css
<style>
span { border-color: #B7A57A; }
span { border-color: rgb(183,165,122); }
td.TdClassName
{
border-color: #B7A57A;
}
.TagClassName
{
border-color: #B7A57A;
}
</style>