Shades of Pavlova #B8A58D
Tints of Pavlova #B8A58D
RGB
CMYK
RGB Variations
Color information
#B8A58D (or 0xB8A58D) is known color: Pavlova. HEX triplet: B8, A5 and 8D. RGB value is (184,165,141). Sum of RGB (Red+Green+Blue) = 184+165+141=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A58D is #475A72. Grayscale: #A8A8A8. Windows color (decimal): -4676211 or 9283000. OLE color: 9283000.
HSL color Cylindrical-coordinate representation of color #B8A58D: hue angle of 33.49º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8A58D is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 165 | 141 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.28 |
| HSL | 33.49º | 0.23% | 0.64% | - |
| HSV(B) | 33.49º | 0.23% | 0.72% | - |
| XYZ | 38.03 | 39.02 | 30.73 | - |
| YUV | 167.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 165 | 141 | 0 | 0.10 | 0.23 | 0.28 | 33.49 | 0.23 | 0.64 |
| Hex | B8 | A5 | 8D | 0 | A | 17 | 1C | 21 | 17 | 40 |
| Octal | 270 | 245 | 215 | 0 | 12 | 27 | 34 | 41 | 27 | 100 |
| Binary | 10111000 | 10100101 | 10001101 | 0 | 1010 | 10111 | 11100 | 100001 | 10111 | 1000000 |
Color Harmonies of #B8A58D
Complementary color
Monochromatic Colors of #B8A58D
Black with #B8A58D
Text Example
Text Example
White with #B8A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A58D; }
p { color: rgb(184,165,141); }
H1.HeaderClassName
{
color: #B8A58D;
}
.AnyTagClassName
{
color: #B8A58D;
}
</style>
background-color css
<style>
a { background-color: #B8A58D; }
a { background-color: rgb(184,165,141); }
div.DivClassName
{
background-color: #B8A58D;
}
.BgClassName
{
background-color: #B8A58D;
}
</style>
border-color css
<style>
span { border-color: #B8A58D; }
span { border-color: rgb(184,165,141); }
td.TdClassName
{
border-color: #B8A58D;
}
.TagClassName
{
border-color: #B8A58D;
}
</style>