Shades of Pavlova #BDA67D
Tints of Pavlova #BDA67D
RGB
CMYK
RGB Variations
Color information
#BDA67D (or 0xBDA67D) is known color: Pavlova. HEX triplet: BD, A6 and 7D. RGB value is (189,166,125). Sum of RGB (Red+Green+Blue) = 189+166+125=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA67D is #425982. Grayscale: #A8A8A8. Windows color (decimal): -4348291 or 8234685. OLE color: 8234685.
HSL color Cylindrical-coordinate representation of color #BDA67D: hue angle of 38.44º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDA67D is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 125 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.26 |
| HSL | 38.44º | 0.33% | 0.62% | - |
| HSV(B) | 38.44º | 0.34% | 0.74% | - |
| XYZ | 38.32 | 39.57 | 25.02 | - |
| YUV | 168.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 125 | 0 | 0.12 | 0.34 | 0.26 | 38.44 | 0.33 | 0.62 |
| Hex | BD | A6 | 7D | 0 | C | 22 | 1A | 26 | 21 | 3E |
| Octal | 275 | 246 | 175 | 0 | 14 | 42 | 32 | 46 | 41 | 76 |
| Binary | 10111101 | 10100110 | 1111101 | 0 | 1100 | 100010 | 11010 | 100110 | 100001 | 111110 |
Color Harmonies of #BDA67D
Complementary color
Monochromatic Colors of #BDA67D
Black with #BDA67D
Text Example
Text Example
White with #BDA67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA67D; }
p { color: rgb(189,166,125); }
H1.HeaderClassName
{
color: #BDA67D;
}
.AnyTagClassName
{
color: #BDA67D;
}
</style>
background-color css
<style>
a { background-color: #BDA67D; }
a { background-color: rgb(189,166,125); }
div.DivClassName
{
background-color: #BDA67D;
}
.BgClassName
{
background-color: #BDA67D;
}
</style>
border-color css
<style>
span { border-color: #BDA67D; }
span { border-color: rgb(189,166,125); }
td.TdClassName
{
border-color: #BDA67D;
}
.TagClassName
{
border-color: #BDA67D;
}
</style>