Shades of Pavlova #B8A47A
Tints of Pavlova #B8A47A
RGB
CMYK
RGB Variations
Color information
#B8A47A (or 0xB8A47A) is known color: Pavlova. HEX triplet: B8, A4 and 7A. RGB value is (184,164,122). Sum of RGB (Red+Green+Blue) = 184+164+122=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A47A is #475B85. Grayscale: #A5A5A5. Windows color (decimal): -4676486 or 8037560. OLE color: 8037560.
HSL color Cylindrical-coordinate representation of color #B8A47A: hue angle of 40.65º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8A47A is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 164 | 122 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.28 |
| HSL | 40.65º | 0.3% | 0.6% | - |
| HSV(B) | 40.65º | 0.34% | 0.72% | - |
| XYZ | 36.56 | 38.15 | 23.85 | - |
| YUV | 165.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 122 | 0 | 0.11 | 0.34 | 0.28 | 40.65 | 0.3 | 0.6 |
| Hex | B8 | A4 | 7A | 0 | B | 22 | 1C | 29 | 1E | 3C |
| Octal | 270 | 244 | 172 | 0 | 13 | 42 | 34 | 51 | 36 | 74 |
| Binary | 10111000 | 10100100 | 1111010 | 0 | 1011 | 100010 | 11100 | 101001 | 11110 | 111100 |
Color Harmonies of #B8A47A
Complementary color
Monochromatic Colors of #B8A47A
Black with #B8A47A
Text Example
Text Example
White with #B8A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A47A; }
p { color: rgb(184,164,122); }
H1.HeaderClassName
{
color: #B8A47A;
}
.AnyTagClassName
{
color: #B8A47A;
}
</style>
background-color css
<style>
a { background-color: #B8A47A; }
a { background-color: rgb(184,164,122); }
div.DivClassName
{
background-color: #B8A47A;
}
.BgClassName
{
background-color: #B8A47A;
}
</style>
border-color css
<style>
span { border-color: #B8A47A; }
span { border-color: rgb(184,164,122); }
td.TdClassName
{
border-color: #B8A47A;
}
.TagClassName
{
border-color: #B8A47A;
}
</style>