Shades of Pavlova #B8A474
Tints of Pavlova #B8A474
RGB
CMYK
RGB Variations
Color information
#B8A474 (or 0xB8A474) is known color: Pavlova. HEX triplet: B8, A4 and 74. RGB value is (184,164,116). Sum of RGB (Red+Green+Blue) = 184+164+116=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A474 is #475B8B. Grayscale: #A4A4A4. Windows color (decimal): -4676492 or 7644344. OLE color: 7644344.
HSL color Cylindrical-coordinate representation of color #B8A474: hue angle of 42.35º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8A474 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 116 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.28 |
| HSL | 42.35º | 0.32% | 0.59% | - |
| HSV(B) | 42.35º | 0.37% | 0.72% | - |
| XYZ | 36.2 | 38 | 21.95 | - |
| YUV | 164.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 116 | 0 | 0.11 | 0.37 | 0.28 | 42.35 | 0.32 | 0.59 |
| Hex | B8 | A4 | 74 | 0 | B | 25 | 1C | 2A | 20 | 3B |
| Octal | 270 | 244 | 164 | 0 | 13 | 45 | 34 | 52 | 40 | 73 |
| Binary | 10111000 | 10100100 | 1110100 | 0 | 1011 | 100101 | 11100 | 101010 | 100000 | 111011 |
Color Harmonies of #B8A474
Complementary color
Monochromatic Colors of #B8A474
Black with #B8A474
Text Example
Text Example
White with #B8A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A474; }
p { color: rgb(184,164,116); }
H1.HeaderClassName
{
color: #B8A474;
}
.AnyTagClassName
{
color: #B8A474;
}
</style>
background-color css
<style>
a { background-color: #B8A474; }
a { background-color: rgb(184,164,116); }
div.DivClassName
{
background-color: #B8A474;
}
.BgClassName
{
background-color: #B8A474;
}
</style>
border-color css
<style>
span { border-color: #B8A474; }
span { border-color: rgb(184,164,116); }
td.TdClassName
{
border-color: #B8A474;
}
.TagClassName
{
border-color: #B8A474;
}
</style>