Shades of Pavlova #B7A68D
Tints of Pavlova #B7A68D
RGB
CMYK
RGB Variations
Color information
#B7A68D (or 0xB7A68D) is known color: Pavlova. HEX triplet: B7, A6 and 8D. RGB value is (183,166,141). Sum of RGB (Red+Green+Blue) = 183+166+141=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A68D is #485972. Grayscale: #A8A8A8. Windows color (decimal): -4741491 or 9283255. OLE color: 9283255.
HSL color Cylindrical-coordinate representation of color #B7A68D: hue angle of 35.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7A68D is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 141 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.28 |
| HSL | 35.71º | 0.23% | 0.64% | - |
| HSV(B) | 35.71º | 0.23% | 0.72% | - |
| XYZ | 37.97 | 39.26 | 30.78 | - |
| YUV | 168.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 141 | 0 | 0.09 | 0.23 | 0.28 | 35.71 | 0.23 | 0.64 |
| Hex | B7 | A6 | 8D | 0 | 9 | 17 | 1C | 24 | 17 | 40 |
| Octal | 267 | 246 | 215 | 0 | 11 | 27 | 34 | 44 | 27 | 100 |
| Binary | 10110111 | 10100110 | 10001101 | 0 | 1001 | 10111 | 11100 | 100100 | 10111 | 1000000 |
Color Harmonies of #B7A68D
Complementary color
Monochromatic Colors of #B7A68D
Black with #B7A68D
Text Example
Text Example
White with #B7A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A68D; }
p { color: rgb(183,166,141); }
H1.HeaderClassName
{
color: #B7A68D;
}
.AnyTagClassName
{
color: #B7A68D;
}
</style>
background-color css
<style>
a { background-color: #B7A68D; }
a { background-color: rgb(183,166,141); }
div.DivClassName
{
background-color: #B7A68D;
}
.BgClassName
{
background-color: #B7A68D;
}
</style>
border-color css
<style>
span { border-color: #B7A68D; }
span { border-color: rgb(183,166,141); }
td.TdClassName
{
border-color: #B7A68D;
}
.TagClassName
{
border-color: #B7A68D;
}
</style>