Shades of Pavlova #B7A78C
Tints of Pavlova #B7A78C
RGB
CMYK
RGB Variations
Color information
#B7A78C (or 0xB7A78C) is known color: Pavlova. HEX triplet: B7, A7 and 8C. RGB value is (183,167,140). Sum of RGB (Red+Green+Blue) = 183+167+140=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A78C is #485873. Grayscale: #A8A8A8. Windows color (decimal): -4741236 or 9217975. OLE color: 9217975.
HSL color Cylindrical-coordinate representation of color #B7A78C: hue angle of 37.67º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7A78C is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 140 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.28 |
| HSL | 37.67º | 0.23% | 0.63% | - |
| HSV(B) | 37.67º | 0.23% | 0.72% | - |
| XYZ | 38.08 | 39.6 | 30.45 | - |
| YUV | 168.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 140 | 0 | 0.09 | 0.23 | 0.28 | 37.67 | 0.23 | 0.63 |
| Hex | B7 | A7 | 8C | 0 | 9 | 17 | 1C | 26 | 17 | 3F |
| Octal | 267 | 247 | 214 | 0 | 11 | 27 | 34 | 46 | 27 | 77 |
| Binary | 10110111 | 10100111 | 10001100 | 0 | 1001 | 10111 | 11100 | 100110 | 10111 | 111111 |
Color Harmonies of #B7A78C
Complementary color
Monochromatic Colors of #B7A78C
Black with #B7A78C
Text Example
Text Example
White with #B7A78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A78C; }
p { color: rgb(183,167,140); }
H1.HeaderClassName
{
color: #B7A78C;
}
.AnyTagClassName
{
color: #B7A78C;
}
</style>
background-color css
<style>
a { background-color: #B7A78C; }
a { background-color: rgb(183,167,140); }
div.DivClassName
{
background-color: #B7A78C;
}
.BgClassName
{
background-color: #B7A78C;
}
</style>
border-color css
<style>
span { border-color: #B7A78C; }
span { border-color: rgb(183,167,140); }
td.TdClassName
{
border-color: #B7A78C;
}
.TagClassName
{
border-color: #B7A78C;
}
</style>