Shades of Pavlova #B7A07A
Tints of Pavlova #B7A07A
RGB
CMYK
RGB Variations
Color information
#B7A07A (or 0xB7A07A) is known color: Pavlova. HEX triplet: B7, A0 and 7A. RGB value is (183,160,122). Sum of RGB (Red+Green+Blue) = 183+160+122=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A07A is #485F85. Grayscale: #A2A2A2. Windows color (decimal): -4743046 or 8036535. OLE color: 8036535.
HSL color Cylindrical-coordinate representation of color #B7A07A: hue angle of 37.38º 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 #B7A07A is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 122 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.28 |
| HSL | 37.38º | 0.3% | 0.6% | - |
| HSV(B) | 37.38º | 0.33% | 0.72% | - |
| XYZ | 35.61 | 36.61 | 23.6 | - |
| YUV | 162.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 122 | 0 | 0.13 | 0.33 | 0.28 | 37.38 | 0.3 | 0.6 |
| Hex | B7 | A0 | 7A | 0 | D | 21 | 1C | 25 | 1E | 3C |
| Octal | 267 | 240 | 172 | 0 | 15 | 41 | 34 | 45 | 36 | 74 |
| Binary | 10110111 | 10100000 | 1111010 | 0 | 1101 | 100001 | 11100 | 100101 | 11110 | 111100 |
Color Harmonies of #B7A07A
Complementary color
Monochromatic Colors of #B7A07A
Black with #B7A07A
Text Example
Text Example
White with #B7A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A07A; }
p { color: rgb(183,160,122); }
H1.HeaderClassName
{
color: #B7A07A;
}
.AnyTagClassName
{
color: #B7A07A;
}
</style>
background-color css
<style>
a { background-color: #B7A07A; }
a { background-color: rgb(183,160,122); }
div.DivClassName
{
background-color: #B7A07A;
}
.BgClassName
{
background-color: #B7A07A;
}
</style>
border-color css
<style>
span { border-color: #B7A07A; }
span { border-color: rgb(183,160,122); }
td.TdClassName
{
border-color: #B7A07A;
}
.TagClassName
{
border-color: #B7A07A;
}
</style>