Shades of Pavlova #B8A68C
Tints of Pavlova #B8A68C
RGB
CMYK
RGB Variations
Color information
#B8A68C (or 0xB8A68C) is known color: Pavlova. HEX triplet: B8, A6 and 8C. RGB value is (184,166,140). Sum of RGB (Red+Green+Blue) = 184+166+140=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A68C is #475973. Grayscale: #A8A8A8. Windows color (decimal): -4675956 or 9217720. OLE color: 9217720.
HSL color Cylindrical-coordinate representation of color #B8A68C: hue angle of 35.45º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8A68C is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 166 | 140 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.28 |
| HSL | 35.45º | 0.24% | 0.64% | - |
| HSV(B) | 35.45º | 0.24% | 0.72% | - |
| XYZ | 38.14 | 39.36 | 30.4 | - |
| YUV | 168.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 140 | 0 | 0.10 | 0.24 | 0.28 | 35.45 | 0.24 | 0.64 |
| Hex | B8 | A6 | 8C | 0 | A | 18 | 1C | 23 | 18 | 40 |
| Octal | 270 | 246 | 214 | 0 | 12 | 30 | 34 | 43 | 30 | 100 |
| Binary | 10111000 | 10100110 | 10001100 | 0 | 1010 | 11000 | 11100 | 100011 | 11000 | 1000000 |
Color Harmonies of #B8A68C
Complementary color
Monochromatic Colors of #B8A68C
Black with #B8A68C
Text Example
Text Example
White with #B8A68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A68C; }
p { color: rgb(184,166,140); }
H1.HeaderClassName
{
color: #B8A68C;
}
.AnyTagClassName
{
color: #B8A68C;
}
</style>
background-color css
<style>
a { background-color: #B8A68C; }
a { background-color: rgb(184,166,140); }
div.DivClassName
{
background-color: #B8A68C;
}
.BgClassName
{
background-color: #B8A68C;
}
</style>
border-color css
<style>
span { border-color: #B8A68C; }
span { border-color: rgb(184,166,140); }
td.TdClassName
{
border-color: #B8A68C;
}
.TagClassName
{
border-color: #B8A68C;
}
</style>