Shades of Pavlova #B7A88C
Tints of Pavlova #B7A88C
RGB
CMYK
RGB Variations
Color information
#B7A88C (or 0xB7A88C) is known color: Pavlova. HEX triplet: B7, A8 and 8C. RGB value is (183,168,140). Sum of RGB (Red+Green+Blue) = 183+168+140=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A88C is #485773. Grayscale: #A9A9A9. Windows color (decimal): -4740980 or 9218231. OLE color: 9218231.
HSL color Cylindrical-coordinate representation of color #B7A88C: hue angle of 39.07º 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 #B7A88C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 140 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.28 |
| HSL | 39.07º | 0.23% | 0.63% | - |
| HSV(B) | 39.07º | 0.23% | 0.72% | - |
| XYZ | 38.26 | 39.97 | 30.51 | - |
| YUV | 169.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 140 | 0 | 0.08 | 0.23 | 0.28 | 39.07 | 0.23 | 0.63 |
| Hex | B7 | A8 | 8C | 0 | 8 | 17 | 1C | 27 | 17 | 3F |
| Octal | 267 | 250 | 214 | 0 | 10 | 27 | 34 | 47 | 27 | 77 |
| Binary | 10110111 | 10101000 | 10001100 | 0 | 1000 | 10111 | 11100 | 100111 | 10111 | 111111 |
Color Harmonies of #B7A88C
Complementary color
Monochromatic Colors of #B7A88C
Black with #B7A88C
Text Example
Text Example
White with #B7A88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A88C; }
p { color: rgb(183,168,140); }
H1.HeaderClassName
{
color: #B7A88C;
}
.AnyTagClassName
{
color: #B7A88C;
}
</style>
background-color css
<style>
a { background-color: #B7A88C; }
a { background-color: rgb(183,168,140); }
div.DivClassName
{
background-color: #B7A88C;
}
.BgClassName
{
background-color: #B7A88C;
}
</style>
border-color css
<style>
span { border-color: #B7A88C; }
span { border-color: rgb(183,168,140); }
td.TdClassName
{
border-color: #B7A88C;
}
.TagClassName
{
border-color: #B7A88C;
}
</style>