Shades of Pavlova #B8A58B
Tints of Pavlova #B8A58B
RGB
CMYK
RGB Variations
Color information
#B8A58B (or 0xB8A58B) is known color: Pavlova. HEX triplet: B8, A5 and 8B. RGB value is (184,165,139). Sum of RGB (Red+Green+Blue) = 184+165+139=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A58B is #475A74. Grayscale: #A7A7A7. Windows color (decimal): -4676213 or 9151928. OLE color: 9151928.
HSL color Cylindrical-coordinate representation of color #B8A58B: hue angle of 34.67º 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 #B8A58B is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 165 | 139 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.28 |
| HSL | 34.67º | 0.24% | 0.63% | - |
| HSV(B) | 34.67º | 0.24% | 0.72% | - |
| XYZ | 37.88 | 38.96 | 29.95 | - |
| YUV | 167.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 165 | 139 | 0 | 0.10 | 0.24 | 0.28 | 34.67 | 0.24 | 0.63 |
| Hex | B8 | A5 | 8B | 0 | A | 18 | 1C | 23 | 18 | 3F |
| Octal | 270 | 245 | 213 | 0 | 12 | 30 | 34 | 43 | 30 | 77 |
| Binary | 10111000 | 10100101 | 10001011 | 0 | 1010 | 11000 | 11100 | 100011 | 11000 | 111111 |
Color Harmonies of #B8A58B
Complementary color
Monochromatic Colors of #B8A58B
Black with #B8A58B
Text Example
Text Example
White with #B8A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A58B; }
p { color: rgb(184,165,139); }
H1.HeaderClassName
{
color: #B8A58B;
}
.AnyTagClassName
{
color: #B8A58B;
}
</style>
background-color css
<style>
a { background-color: #B8A58B; }
a { background-color: rgb(184,165,139); }
div.DivClassName
{
background-color: #B8A58B;
}
.BgClassName
{
background-color: #B8A58B;
}
</style>
border-color css
<style>
span { border-color: #B8A58B; }
span { border-color: rgb(184,165,139); }
td.TdClassName
{
border-color: #B8A58B;
}
.TagClassName
{
border-color: #B8A58B;
}
</style>