Shades of Pavlova #B8A67C
Tints of Pavlova #B8A67C
RGB
CMYK
RGB Variations
Color information
#B8A67C (or 0xB8A67C) is known color: Pavlova. HEX triplet: B8, A6 and 7C. RGB value is (184,166,124). Sum of RGB (Red+Green+Blue) = 184+166+124=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A67C is #475983. Grayscale: #A6A6A6. Windows color (decimal): -4675972 or 8169144. OLE color: 8169144.
HSL color Cylindrical-coordinate representation of color #B8A67C: hue angle of 42º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8A67C is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 166 | 124 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.28 |
| HSL | 42º | 0.3% | 0.6% | - |
| HSV(B) | 42º | 0.33% | 0.72% | - |
| XYZ | 37.04 | 38.92 | 24.63 | - |
| YUV | 166.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 124 | 0 | 0.10 | 0.33 | 0.28 | 42 | 0.3 | 0.6 |
| Hex | B8 | A6 | 7C | 0 | A | 21 | 1C | 2A | 1E | 3C |
| Octal | 270 | 246 | 174 | 0 | 12 | 41 | 34 | 52 | 36 | 74 |
| Binary | 10111000 | 10100110 | 1111100 | 0 | 1010 | 100001 | 11100 | 101010 | 11110 | 111100 |
Color Harmonies of #B8A67C
Complementary color
Monochromatic Colors of #B8A67C
Black with #B8A67C
Text Example
Text Example
White with #B8A67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A67C; }
p { color: rgb(184,166,124); }
H1.HeaderClassName
{
color: #B8A67C;
}
.AnyTagClassName
{
color: #B8A67C;
}
</style>
background-color css
<style>
a { background-color: #B8A67C; }
a { background-color: rgb(184,166,124); }
div.DivClassName
{
background-color: #B8A67C;
}
.BgClassName
{
background-color: #B8A67C;
}
</style>
border-color css
<style>
span { border-color: #B8A67C; }
span { border-color: rgb(184,166,124); }
td.TdClassName
{
border-color: #B8A67C;
}
.TagClassName
{
border-color: #B8A67C;
}
</style>