Shades of Pavlova #B9A88A
Tints of Pavlova #B9A88A
RGB
CMYK
RGB Variations
Color information
#B9A88A (or 0xB9A88A) is known color: Pavlova. HEX triplet: B9, A8 and 8A. RGB value is (185,168,138). Sum of RGB (Red+Green+Blue) = 185+168+138=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A88A is #465775. Grayscale: #A9A9A9. Windows color (decimal): -4609910 or 9087161. OLE color: 9087161.
HSL color Cylindrical-coordinate representation of color #B9A88A: hue angle of 38.3º 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 #B9A88A is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 138 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.27 |
| HSL | 38.3º | 0.25% | 0.63% | - |
| HSV(B) | 38.3º | 0.25% | 0.73% | - |
| XYZ | 38.6 | 40.15 | 29.76 | - |
| YUV | 169.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 138 | 0 | 0.09 | 0.25 | 0.27 | 38.3 | 0.25 | 0.63 |
| Hex | B9 | A8 | 8A | 0 | 9 | 19 | 1B | 26 | 19 | 3F |
| Octal | 271 | 250 | 212 | 0 | 11 | 31 | 33 | 46 | 31 | 77 |
| Binary | 10111001 | 10101000 | 10001010 | 0 | 1001 | 11001 | 11011 | 100110 | 11001 | 111111 |
Color Harmonies of #B9A88A
Complementary color
Monochromatic Colors of #B9A88A
Black with #B9A88A
Text Example
Text Example
White with #B9A88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A88A; }
p { color: rgb(185,168,138); }
H1.HeaderClassName
{
color: #B9A88A;
}
.AnyTagClassName
{
color: #B9A88A;
}
</style>
background-color css
<style>
a { background-color: #B9A88A; }
a { background-color: rgb(185,168,138); }
div.DivClassName
{
background-color: #B9A88A;
}
.BgClassName
{
background-color: #B9A88A;
}
</style>
border-color css
<style>
span { border-color: #B9A88A; }
span { border-color: rgb(185,168,138); }
td.TdClassName
{
border-color: #B9A88A;
}
.TagClassName
{
border-color: #B9A88A;
}
</style>