Shades of Pavlova #B7A38C
Tints of Pavlova #B7A38C
RGB
CMYK
RGB Variations
Color information
#B7A38C (or 0xB7A38C) is known color: Pavlova. HEX triplet: B7, A3 and 8C. RGB value is (183,163,140). Sum of RGB (Red+Green+Blue) = 183+163+140=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A38C is #485C73. Grayscale: #A6A6A6. Windows color (decimal): -4742260 or 9216951. OLE color: 9216951.
HSL color Cylindrical-coordinate representation of color #B7A38C: hue angle of 32.09º 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 #B7A38C is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 140 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.28 |
| HSL | 32.09º | 0.23% | 0.63% | - |
| HSV(B) | 32.09º | 0.23% | 0.72% | - |
| XYZ | 37.36 | 38.16 | 30.21 | - |
| YUV | 166.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 140 | 0 | 0.11 | 0.23 | 0.28 | 32.09 | 0.23 | 0.63 |
| Hex | B7 | A3 | 8C | 0 | B | 17 | 1C | 20 | 17 | 3F |
| Octal | 267 | 243 | 214 | 0 | 13 | 27 | 34 | 40 | 27 | 77 |
| Binary | 10110111 | 10100011 | 10001100 | 0 | 1011 | 10111 | 11100 | 100000 | 10111 | 111111 |
Color Harmonies of #B7A38C
Complementary color
Monochromatic Colors of #B7A38C
Black with #B7A38C
Text Example
Text Example
White with #B7A38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A38C; }
p { color: rgb(183,163,140); }
H1.HeaderClassName
{
color: #B7A38C;
}
.AnyTagClassName
{
color: #B7A38C;
}
</style>
background-color css
<style>
a { background-color: #B7A38C; }
a { background-color: rgb(183,163,140); }
div.DivClassName
{
background-color: #B7A38C;
}
.BgClassName
{
background-color: #B7A38C;
}
</style>
border-color css
<style>
span { border-color: #B7A38C; }
span { border-color: rgb(183,163,140); }
td.TdClassName
{
border-color: #B7A38C;
}
.TagClassName
{
border-color: #B7A38C;
}
</style>