Shades of Pavlova #B9A48B
Tints of Pavlova #B9A48B
RGB
CMYK
RGB Variations
Color information
#B9A48B (or 0xB9A48B) is known color: Pavlova. HEX triplet: B9, A4 and 8B. RGB value is (185,164,139). Sum of RGB (Red+Green+Blue) = 185+164+139=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A48B is #465B74. Grayscale: #A7A7A7. Windows color (decimal): -4610933 or 9151673. OLE color: 9151673.
HSL color Cylindrical-coordinate representation of color #B9A48B: hue angle of 32.61º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9A48B is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 139 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.27 |
| HSL | 32.61º | 0.25% | 0.64% | - |
| HSV(B) | 32.61º | 0.25% | 0.73% | - |
| XYZ | 37.94 | 38.73 | 29.9 | - |
| YUV | 167.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 139 | 0 | 0.11 | 0.25 | 0.27 | 32.61 | 0.25 | 0.64 |
| Hex | B9 | A4 | 8B | 0 | B | 19 | 1B | 21 | 19 | 40 |
| Octal | 271 | 244 | 213 | 0 | 13 | 31 | 33 | 41 | 31 | 100 |
| Binary | 10111001 | 10100100 | 10001011 | 0 | 1011 | 11001 | 11011 | 100001 | 11001 | 1000000 |
Color Harmonies of #B9A48B
Complementary color
Monochromatic Colors of #B9A48B
Black with #B9A48B
Text Example
Text Example
White with #B9A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A48B; }
p { color: rgb(185,164,139); }
H1.HeaderClassName
{
color: #B9A48B;
}
.AnyTagClassName
{
color: #B9A48B;
}
</style>
background-color css
<style>
a { background-color: #B9A48B; }
a { background-color: rgb(185,164,139); }
div.DivClassName
{
background-color: #B9A48B;
}
.BgClassName
{
background-color: #B9A48B;
}
</style>
border-color css
<style>
span { border-color: #B9A48B; }
span { border-color: rgb(185,164,139); }
td.TdClassName
{
border-color: #B9A48B;
}
.TagClassName
{
border-color: #B9A48B;
}
</style>