Shades of Pavlova #B9A58A
Tints of Pavlova #B9A58A
RGB
CMYK
RGB Variations
Color information
#B9A58A (or 0xB9A58A) is known color: Pavlova. HEX triplet: B9, A5 and 8A. RGB value is (185,165,138). Sum of RGB (Red+Green+Blue) = 185+165+138=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A58A is #465A75. Grayscale: #A8A8A8. Windows color (decimal): -4610678 or 9086393. OLE color: 9086393.
HSL color Cylindrical-coordinate representation of color #B9A58A: hue angle of 34.47º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9A58A is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 138 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.27 |
| HSL | 34.47º | 0.25% | 0.63% | - |
| HSV(B) | 34.47º | 0.25% | 0.73% | - |
| XYZ | 38.05 | 39.06 | 29.58 | - |
| YUV | 167.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 138 | 0 | 0.11 | 0.25 | 0.27 | 34.47 | 0.25 | 0.63 |
| Hex | B9 | A5 | 8A | 0 | B | 19 | 1B | 22 | 19 | 3F |
| Octal | 271 | 245 | 212 | 0 | 13 | 31 | 33 | 42 | 31 | 77 |
| Binary | 10111001 | 10100101 | 10001010 | 0 | 1011 | 11001 | 11011 | 100010 | 11001 | 111111 |
Color Harmonies of #B9A58A
Complementary color
Monochromatic Colors of #B9A58A
Black with #B9A58A
Text Example
Text Example
White with #B9A58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A58A; }
p { color: rgb(185,165,138); }
H1.HeaderClassName
{
color: #B9A58A;
}
.AnyTagClassName
{
color: #B9A58A;
}
</style>
background-color css
<style>
a { background-color: #B9A58A; }
a { background-color: rgb(185,165,138); }
div.DivClassName
{
background-color: #B9A58A;
}
.BgClassName
{
background-color: #B9A58A;
}
</style>
border-color css
<style>
span { border-color: #B9A58A; }
span { border-color: rgb(185,165,138); }
td.TdClassName
{
border-color: #B9A58A;
}
.TagClassName
{
border-color: #B9A58A;
}
</style>