Shades of Pavlova #BDA77E
Tints of Pavlova #BDA77E
RGB
CMYK
RGB Variations
Color information
#BDA77E (or 0xBDA77E) is known color: Pavlova. HEX triplet: BD, A7 and 7E. RGB value is (189,167,126). Sum of RGB (Red+Green+Blue) = 189+167+126=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA77E is #425881. Grayscale: #A9A9A9. Windows color (decimal): -4348034 or 8300477. OLE color: 8300477.
HSL color Cylindrical-coordinate representation of color #BDA77E: hue angle of 39.05º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA77E is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 126 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.26 |
| HSL | 39.05º | 0.32% | 0.62% | - |
| HSV(B) | 39.05º | 0.33% | 0.74% | - |
| XYZ | 38.57 | 39.96 | 25.42 | - |
| YUV | 168.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 126 | 0 | 0.12 | 0.33 | 0.26 | 39.05 | 0.32 | 0.62 |
| Hex | BD | A7 | 7E | 0 | C | 21 | 1A | 27 | 20 | 3E |
| Octal | 275 | 247 | 176 | 0 | 14 | 41 | 32 | 47 | 40 | 76 |
| Binary | 10111101 | 10100111 | 1111110 | 0 | 1100 | 100001 | 11010 | 100111 | 100000 | 111110 |
Color Harmonies of #BDA77E
Complementary color
Monochromatic Colors of #BDA77E
Black with #BDA77E
Text Example
Text Example
White with #BDA77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA77E; }
p { color: rgb(189,167,126); }
H1.HeaderClassName
{
color: #BDA77E;
}
.AnyTagClassName
{
color: #BDA77E;
}
</style>
background-color css
<style>
a { background-color: #BDA77E; }
a { background-color: rgb(189,167,126); }
div.DivClassName
{
background-color: #BDA77E;
}
.BgClassName
{
background-color: #BDA77E;
}
</style>
border-color css
<style>
span { border-color: #BDA77E; }
span { border-color: rgb(189,167,126); }
td.TdClassName
{
border-color: #BDA77E;
}
.TagClassName
{
border-color: #BDA77E;
}
</style>