Shades of Pavlova #BDA77F
Tints of Pavlova #BDA77F
RGB
CMYK
RGB Variations
Color information
#BDA77F (or 0xBDA77F) is known color: Pavlova. HEX triplet: BD, A7 and 7F. RGB value is (189,167,127). Sum of RGB (Red+Green+Blue) = 189+167+127=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA77F is #425880. Grayscale: #A9A9A9. Windows color (decimal): -4348033 or 8366013. OLE color: 8366013.
HSL color Cylindrical-coordinate representation of color #BDA77F: hue angle of 38.71º 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 #BDA77F is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 127 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.26 |
| HSL | 38.71º | 0.32% | 0.62% | - |
| HSV(B) | 38.71º | 0.33% | 0.74% | - |
| XYZ | 38.64 | 39.99 | 25.76 | - |
| YUV | 169.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 127 | 0 | 0.12 | 0.33 | 0.26 | 38.71 | 0.32 | 0.62 |
| Hex | BD | A7 | 7F | 0 | C | 21 | 1A | 27 | 20 | 3E |
| Octal | 275 | 247 | 177 | 0 | 14 | 41 | 32 | 47 | 40 | 76 |
| Binary | 10111101 | 10100111 | 1111111 | 0 | 1100 | 100001 | 11010 | 100111 | 100000 | 111110 |
Color Harmonies of #BDA77F
Complementary color
Monochromatic Colors of #BDA77F
Black with #BDA77F
Text Example
Text Example
White with #BDA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA77F; }
p { color: rgb(189,167,127); }
H1.HeaderClassName
{
color: #BDA77F;
}
.AnyTagClassName
{
color: #BDA77F;
}
</style>
background-color css
<style>
a { background-color: #BDA77F; }
a { background-color: rgb(189,167,127); }
div.DivClassName
{
background-color: #BDA77F;
}
.BgClassName
{
background-color: #BDA77F;
}
</style>
border-color css
<style>
span { border-color: #BDA77F; }
span { border-color: rgb(189,167,127); }
td.TdClassName
{
border-color: #BDA77F;
}
.TagClassName
{
border-color: #BDA77F;
}
</style>