Shades of Pavlova #BDA784
Tints of Pavlova #BDA784
RGB
CMYK
RGB Variations
Color information
#BDA784 (or 0xBDA784) is known color: Pavlova. HEX triplet: BD, A7 and 84. RGB value is (189,167,132). Sum of RGB (Red+Green+Blue) = 189+167+132=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA784 is #42587B. Grayscale: #A9A9A9. Windows color (decimal): -4348028 or 8693693. OLE color: 8693693.
HSL color Cylindrical-coordinate representation of color #BDA784: hue angle of 36.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA784 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 132 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.26 |
| HSL | 36.84º | 0.3% | 0.63% | - |
| HSV(B) | 36.84º | 0.3% | 0.74% | - |
| XYZ | 38.97 | 40.12 | 27.52 | - |
| YUV | 169.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 132 | 0 | 0.12 | 0.30 | 0.26 | 36.84 | 0.3 | 0.63 |
| Hex | BD | A7 | 84 | 0 | C | 1E | 1A | 25 | 1E | 3F |
| Octal | 275 | 247 | 204 | 0 | 14 | 36 | 32 | 45 | 36 | 77 |
| Binary | 10111101 | 10100111 | 10000100 | 0 | 1100 | 11110 | 11010 | 100101 | 11110 | 111111 |
Color Harmonies of #BDA784
Complementary color
Monochromatic Colors of #BDA784
Black with #BDA784
Text Example
Text Example
White with #BDA784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA784; }
p { color: rgb(189,167,132); }
H1.HeaderClassName
{
color: #BDA784;
}
.AnyTagClassName
{
color: #BDA784;
}
</style>
background-color css
<style>
a { background-color: #BDA784; }
a { background-color: rgb(189,167,132); }
div.DivClassName
{
background-color: #BDA784;
}
.BgClassName
{
background-color: #BDA784;
}
</style>
border-color css
<style>
span { border-color: #BDA784; }
span { border-color: rgb(189,167,132); }
td.TdClassName
{
border-color: #BDA784;
}
.TagClassName
{
border-color: #BDA784;
}
</style>