Shades of Pavlova #B9A58F
Tints of Pavlova #B9A58F
RGB
CMYK
RGB Variations
Color information
#B9A58F (or 0xB9A58F) is known color: Pavlova. HEX triplet: B9, A5 and 8F. RGB value is (185,165,143). Sum of RGB (Red+Green+Blue) = 185+165+143=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A58F is #465A70. Grayscale: #A8A8A8. Windows color (decimal): -4610673 or 9414073. OLE color: 9414073.
HSL color Cylindrical-coordinate representation of color #B9A58F: hue angle of 31.43º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9A58F is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 143 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.27 |
| HSL | 31.43º | 0.23% | 0.64% | - |
| HSV(B) | 31.43º | 0.23% | 0.73% | - |
| XYZ | 38.42 | 39.21 | 31.53 | - |
| YUV | 168.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 143 | 0 | 0.11 | 0.23 | 0.27 | 31.43 | 0.23 | 0.64 |
| Hex | B9 | A5 | 8F | 0 | B | 17 | 1B | 1F | 17 | 40 |
| Octal | 271 | 245 | 217 | 0 | 13 | 27 | 33 | 37 | 27 | 100 |
| Binary | 10111001 | 10100101 | 10001111 | 0 | 1011 | 10111 | 11011 | 11111 | 10111 | 1000000 |
Color Harmonies of #B9A58F
Complementary color
Monochromatic Colors of #B9A58F
Black with #B9A58F
Text Example
Text Example
White with #B9A58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A58F; }
p { color: rgb(185,165,143); }
H1.HeaderClassName
{
color: #B9A58F;
}
.AnyTagClassName
{
color: #B9A58F;
}
</style>
background-color css
<style>
a { background-color: #B9A58F; }
a { background-color: rgb(185,165,143); }
div.DivClassName
{
background-color: #B9A58F;
}
.BgClassName
{
background-color: #B9A58F;
}
</style>
border-color css
<style>
span { border-color: #B9A58F; }
span { border-color: rgb(185,165,143); }
td.TdClassName
{
border-color: #B9A58F;
}
.TagClassName
{
border-color: #B9A58F;
}
</style>