Shades of Pavlova #B7A48B
Tints of Pavlova #B7A48B
RGB
CMYK
RGB Variations
Color information
#B7A48B (or 0xB7A48B) is known color: Pavlova. HEX triplet: B7, A4 and 8B. RGB value is (183,164,139). Sum of RGB (Red+Green+Blue) = 183+164+139=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A48B is #485B74. Grayscale: #A6A6A6. Windows color (decimal): -4742005 or 9151671. OLE color: 9151671.
HSL color Cylindrical-coordinate representation of color #B7A48B: hue angle of 34.09º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7A48B is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 139 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.28 |
| HSL | 34.09º | 0.23% | 0.63% | - |
| HSV(B) | 34.09º | 0.24% | 0.72% | - |
| XYZ | 37.46 | 38.48 | 29.88 | - |
| YUV | 166.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 139 | 0 | 0.10 | 0.24 | 0.28 | 34.09 | 0.23 | 0.63 |
| Hex | B7 | A4 | 8B | 0 | A | 18 | 1C | 22 | 17 | 3F |
| Octal | 267 | 244 | 213 | 0 | 12 | 30 | 34 | 42 | 27 | 77 |
| Binary | 10110111 | 10100100 | 10001011 | 0 | 1010 | 11000 | 11100 | 100010 | 10111 | 111111 |
Color Harmonies of #B7A48B
Complementary color
Monochromatic Colors of #B7A48B
Black with #B7A48B
Text Example
Text Example
White with #B7A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A48B; }
p { color: rgb(183,164,139); }
H1.HeaderClassName
{
color: #B7A48B;
}
.AnyTagClassName
{
color: #B7A48B;
}
</style>
background-color css
<style>
a { background-color: #B7A48B; }
a { background-color: rgb(183,164,139); }
div.DivClassName
{
background-color: #B7A48B;
}
.BgClassName
{
background-color: #B7A48B;
}
</style>
border-color css
<style>
span { border-color: #B7A48B; }
span { border-color: rgb(183,164,139); }
td.TdClassName
{
border-color: #B7A48B;
}
.TagClassName
{
border-color: #B7A48B;
}
</style>