Shades of Pavlova #B8A68B
Tints of Pavlova #B8A68B
RGB
CMYK
RGB Variations
Color information
#B8A68B (or 0xB8A68B) is known color: Pavlova. HEX triplet: B8, A6 and 8B. RGB value is (184,166,139). Sum of RGB (Red+Green+Blue) = 184+166+139=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A68B is #475974. Grayscale: #A8A8A8. Windows color (decimal): -4675957 or 9152184. OLE color: 9152184.
HSL color Cylindrical-coordinate representation of color #B8A68B: hue angle of 36º degrees, saturation: 0.24, 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 #B8A68B is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 166 | 139 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.28 |
| HSL | 36º | 0.24% | 0.63% | - |
| HSV(B) | 36º | 0.24% | 0.72% | - |
| XYZ | 38.06 | 39.33 | 30.01 | - |
| YUV | 168.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 139 | 0 | 0.10 | 0.24 | 0.28 | 36 | 0.24 | 0.63 |
| Hex | B8 | A6 | 8B | 0 | A | 18 | 1C | 24 | 18 | 3F |
| Octal | 270 | 246 | 213 | 0 | 12 | 30 | 34 | 44 | 30 | 77 |
| Binary | 10111000 | 10100110 | 10001011 | 0 | 1010 | 11000 | 11100 | 100100 | 11000 | 111111 |
Color Harmonies of #B8A68B
Complementary color
Monochromatic Colors of #B8A68B
Black with #B8A68B
Text Example
Text Example
White with #B8A68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A68B; }
p { color: rgb(184,166,139); }
H1.HeaderClassName
{
color: #B8A68B;
}
.AnyTagClassName
{
color: #B8A68B;
}
</style>
background-color css
<style>
a { background-color: #B8A68B; }
a { background-color: rgb(184,166,139); }
div.DivClassName
{
background-color: #B8A68B;
}
.BgClassName
{
background-color: #B8A68B;
}
</style>
border-color css
<style>
span { border-color: #B8A68B; }
span { border-color: rgb(184,166,139); }
td.TdClassName
{
border-color: #B8A68B;
}
.TagClassName
{
border-color: #B8A68B;
}
</style>