Shades of Pavlova #B8A68D
Tints of Pavlova #B8A68D
RGB
CMYK
RGB Variations
Color information
#B8A68D (or 0xB8A68D) is known color: Pavlova. HEX triplet: B8, A6 and 8D. RGB value is (184,166,141). Sum of RGB (Red+Green+Blue) = 184+166+141=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A68D is #475972. Grayscale: #A8A8A8. Windows color (decimal): -4675955 or 9283256. OLE color: 9283256.
HSL color Cylindrical-coordinate representation of color #B8A68D: hue angle of 34.88º 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 #B8A68D is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 166 | 141 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.28 |
| HSL | 34.88º | 0.23% | 0.64% | - |
| HSV(B) | 34.88º | 0.23% | 0.72% | - |
| XYZ | 38.21 | 39.39 | 30.79 | - |
| YUV | 168.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 141 | 0 | 0.10 | 0.23 | 0.28 | 34.88 | 0.23 | 0.64 |
| Hex | B8 | A6 | 8D | 0 | A | 17 | 1C | 23 | 17 | 40 |
| Octal | 270 | 246 | 215 | 0 | 12 | 27 | 34 | 43 | 27 | 100 |
| Binary | 10111000 | 10100110 | 10001101 | 0 | 1010 | 10111 | 11100 | 100011 | 10111 | 1000000 |
Color Harmonies of #B8A68D
Complementary color
Monochromatic Colors of #B8A68D
Black with #B8A68D
Text Example
Text Example
White with #B8A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A68D; }
p { color: rgb(184,166,141); }
H1.HeaderClassName
{
color: #B8A68D;
}
.AnyTagClassName
{
color: #B8A68D;
}
</style>
background-color css
<style>
a { background-color: #B8A68D; }
a { background-color: rgb(184,166,141); }
div.DivClassName
{
background-color: #B8A68D;
}
.BgClassName
{
background-color: #B8A68D;
}
</style>
border-color css
<style>
span { border-color: #B8A68D; }
span { border-color: rgb(184,166,141); }
td.TdClassName
{
border-color: #B8A68D;
}
.TagClassName
{
border-color: #B8A68D;
}
</style>