Shades of Pavlova #B7A78F
Tints of Pavlova #B7A78F
RGB
CMYK
RGB Variations
Color information
#B7A78F (or 0xB7A78F) is known color: Pavlova. HEX triplet: B7, A7 and 8F. RGB value is (183,167,143). Sum of RGB (Red+Green+Blue) = 183+167+143=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A78F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A78F is #485870. Grayscale: #A9A9A9. Windows color (decimal): -4741233 or 9414583. OLE color: 9414583.
HSL color Cylindrical-coordinate representation of color #B7A78F: hue angle of 36º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7A78F is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 143 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.28 |
| HSL | 36º | 0.22% | 0.64% | - |
| HSV(B) | 36º | 0.22% | 0.72% | - |
| XYZ | 38.31 | 39.69 | 31.63 | - |
| YUV | 169.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 143 | 0 | 0.09 | 0.22 | 0.28 | 36 | 0.22 | 0.64 |
| Hex | B7 | A7 | 8F | 0 | 9 | 16 | 1C | 24 | 16 | 40 |
| Octal | 267 | 247 | 217 | 0 | 11 | 26 | 34 | 44 | 26 | 100 |
| Binary | 10110111 | 10100111 | 10001111 | 0 | 1001 | 10110 | 11100 | 100100 | 10110 | 1000000 |
Color Harmonies of #B7A78F
Complementary color
Monochromatic Colors of #B7A78F
Black with #B7A78F
Text Example
Text Example
White with #B7A78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A78F; }
p { color: rgb(183,167,143); }
H1.HeaderClassName
{
color: #B7A78F;
}
.AnyTagClassName
{
color: #B7A78F;
}
</style>
background-color css
<style>
a { background-color: #B7A78F; }
a { background-color: rgb(183,167,143); }
div.DivClassName
{
background-color: #B7A78F;
}
.BgClassName
{
background-color: #B7A78F;
}
</style>
border-color css
<style>
span { border-color: #B7A78F; }
span { border-color: rgb(183,167,143); }
td.TdClassName
{
border-color: #B7A78F;
}
.TagClassName
{
border-color: #B7A78F;
}
</style>