Shades of Pavlova #B9A581
Tints of Pavlova #B9A581
RGB
CMYK
RGB Variations
Color information
#B9A581 (or 0xB9A581) is known color: Pavlova. HEX triplet: B9, A5 and 81. RGB value is (185,165,129). Sum of RGB (Red+Green+Blue) = 185+165+129=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A581 is #465A7E. Grayscale: #A7A7A7. Windows color (decimal): -4610687 or 8496569. OLE color: 8496569.
HSL color Cylindrical-coordinate representation of color #B9A581: hue angle of 38.57º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9A581 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 129 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.27 |
| HSL | 38.57º | 0.29% | 0.62% | - |
| HSV(B) | 38.57º | 0.3% | 0.73% | - |
| XYZ | 37.43 | 38.81 | 26.29 | - |
| YUV | 166.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 129 | 0 | 0.11 | 0.30 | 0.27 | 38.57 | 0.29 | 0.62 |
| Hex | B9 | A5 | 81 | 0 | B | 1E | 1B | 27 | 1D | 3E |
| Octal | 271 | 245 | 201 | 0 | 13 | 36 | 33 | 47 | 35 | 76 |
| Binary | 10111001 | 10100101 | 10000001 | 0 | 1011 | 11110 | 11011 | 100111 | 11101 | 111110 |
Color Harmonies of #B9A581
Complementary color
Monochromatic Colors of #B9A581
Black with #B9A581
Text Example
Text Example
White with #B9A581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A581; }
p { color: rgb(185,165,129); }
H1.HeaderClassName
{
color: #B9A581;
}
.AnyTagClassName
{
color: #B9A581;
}
</style>
background-color css
<style>
a { background-color: #B9A581; }
a { background-color: rgb(185,165,129); }
div.DivClassName
{
background-color: #B9A581;
}
.BgClassName
{
background-color: #B9A581;
}
</style>
border-color css
<style>
span { border-color: #B9A581; }
span { border-color: rgb(185,165,129); }
td.TdClassName
{
border-color: #B9A581;
}
.TagClassName
{
border-color: #B9A581;
}
</style>