Shades of Pavlova #B7A98A
Tints of Pavlova #B7A98A
RGB
CMYK
RGB Variations
Color information
#B7A98A (or 0xB7A98A) is known color: Pavlova. HEX triplet: B7, A9 and 8A. RGB value is (183,169,138). Sum of RGB (Red+Green+Blue) = 183+169+138=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A98A is #485675. Grayscale: #A9A9A9. Windows color (decimal): -4740726 or 9087415. OLE color: 9087415.
HSL color Cylindrical-coordinate representation of color #B7A98A: hue angle of 41.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7A98A is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 138 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.28 |
| HSL | 41.33º | 0.24% | 0.63% | - |
| HSV(B) | 41.33º | 0.25% | 0.72% | - |
| XYZ | 38.3 | 40.28 | 29.8 | - |
| YUV | 169.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 138 | 0 | 0.08 | 0.25 | 0.28 | 41.33 | 0.24 | 0.63 |
| Hex | B7 | A9 | 8A | 0 | 8 | 19 | 1C | 29 | 18 | 3F |
| Octal | 267 | 251 | 212 | 0 | 10 | 31 | 34 | 51 | 30 | 77 |
| Binary | 10110111 | 10101001 | 10001010 | 0 | 1000 | 11001 | 11100 | 101001 | 11000 | 111111 |
Color Harmonies of #B7A98A
Complementary color
Monochromatic Colors of #B7A98A
Black with #B7A98A
Text Example
Text Example
White with #B7A98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A98A; }
p { color: rgb(183,169,138); }
H1.HeaderClassName
{
color: #B7A98A;
}
.AnyTagClassName
{
color: #B7A98A;
}
</style>
background-color css
<style>
a { background-color: #B7A98A; }
a { background-color: rgb(183,169,138); }
div.DivClassName
{
background-color: #B7A98A;
}
.BgClassName
{
background-color: #B7A98A;
}
</style>
border-color css
<style>
span { border-color: #B7A98A; }
span { border-color: rgb(183,169,138); }
td.TdClassName
{
border-color: #B7A98A;
}
.TagClassName
{
border-color: #B7A98A;
}
</style>