Shades of Pavlova #BDA77C
Tints of Pavlova #BDA77C
RGB
CMYK
RGB Variations
Color information
#BDA77C (or 0xBDA77C) is known color: Pavlova. HEX triplet: BD, A7 and 7C. RGB value is (189,167,124). Sum of RGB (Red+Green+Blue) = 189+167+124=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA77C is #425883. Grayscale: #A8A8A8. Windows color (decimal): -4348036 or 8169405. OLE color: 8169405.
HSL color Cylindrical-coordinate representation of color #BDA77C: hue angle of 39.69º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA77C is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 124 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.26 |
| HSL | 39.69º | 0.33% | 0.61% | - |
| HSV(B) | 39.69º | 0.34% | 0.74% | - |
| XYZ | 38.44 | 39.91 | 24.75 | - |
| YUV | 168.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 124 | 0 | 0.12 | 0.34 | 0.26 | 39.69 | 0.33 | 0.61 |
| Hex | BD | A7 | 7C | 0 | C | 22 | 1A | 28 | 21 | 3D |
| Octal | 275 | 247 | 174 | 0 | 14 | 42 | 32 | 50 | 41 | 75 |
| Binary | 10111101 | 10100111 | 1111100 | 0 | 1100 | 100010 | 11010 | 101000 | 100001 | 111101 |
Color Harmonies of #BDA77C
Complementary color
Monochromatic Colors of #BDA77C
Black with #BDA77C
Text Example
Text Example
White with #BDA77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA77C; }
p { color: rgb(189,167,124); }
H1.HeaderClassName
{
color: #BDA77C;
}
.AnyTagClassName
{
color: #BDA77C;
}
</style>
background-color css
<style>
a { background-color: #BDA77C; }
a { background-color: rgb(189,167,124); }
div.DivClassName
{
background-color: #BDA77C;
}
.BgClassName
{
background-color: #BDA77C;
}
</style>
border-color css
<style>
span { border-color: #BDA77C; }
span { border-color: rgb(189,167,124); }
td.TdClassName
{
border-color: #BDA77C;
}
.TagClassName
{
border-color: #BDA77C;
}
</style>