Shades of Pavlova #BDA789
Tints of Pavlova #BDA789
RGB
CMYK
RGB Variations
Color information
#BDA789 (or 0xBDA789) is known color: Pavlova. HEX triplet: BD, A7 and 89. RGB value is (189,167,137). Sum of RGB (Red+Green+Blue) = 189+167+137=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA789 is #425876. Grayscale: #AAAAAA. Windows color (decimal): -4348023 or 9021373. OLE color: 9021373.
HSL color Cylindrical-coordinate representation of color #BDA789: hue angle of 34.62º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA789 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 137 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.26 |
| HSL | 34.62º | 0.28% | 0.64% | - |
| HSV(B) | 34.62º | 0.28% | 0.74% | - |
| XYZ | 39.32 | 40.26 | 29.37 | - |
| YUV | 170.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 137 | 0 | 0.12 | 0.28 | 0.26 | 34.62 | 0.28 | 0.64 |
| Hex | BD | A7 | 89 | 0 | C | 1C | 1A | 23 | 1C | 40 |
| Octal | 275 | 247 | 211 | 0 | 14 | 34 | 32 | 43 | 34 | 100 |
| Binary | 10111101 | 10100111 | 10001001 | 0 | 1100 | 11100 | 11010 | 100011 | 11100 | 1000000 |
Color Harmonies of #BDA789
Complementary color
Monochromatic Colors of #BDA789
Black with #BDA789
Text Example
Text Example
White with #BDA789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA789; }
p { color: rgb(189,167,137); }
H1.HeaderClassName
{
color: #BDA789;
}
.AnyTagClassName
{
color: #BDA789;
}
</style>
background-color css
<style>
a { background-color: #BDA789; }
a { background-color: rgb(189,167,137); }
div.DivClassName
{
background-color: #BDA789;
}
.BgClassName
{
background-color: #BDA789;
}
</style>
border-color css
<style>
span { border-color: #BDA789; }
span { border-color: rgb(189,167,137); }
td.TdClassName
{
border-color: #BDA789;
}
.TagClassName
{
border-color: #BDA789;
}
</style>