Shades of Pavlova #BDA67C
Tints of Pavlova #BDA67C
RGB
CMYK
RGB Variations
Color information
#BDA67C (or 0xBDA67C) is known color: Pavlova. HEX triplet: BD, A6 and 7C. RGB value is (189,166,124). Sum of RGB (Red+Green+Blue) = 189+166+124=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA67C is #425983. Grayscale: #A8A8A8. Windows color (decimal): -4348292 or 8169149. OLE color: 8169149.
HSL color Cylindrical-coordinate representation of color #BDA67C: hue angle of 38.77º 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 #BDA67C is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 124 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.26 |
| HSL | 38.77º | 0.33% | 0.61% | - |
| HSV(B) | 38.77º | 0.34% | 0.74% | - |
| XYZ | 38.26 | 39.55 | 24.69 | - |
| YUV | 168.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 124 | 0 | 0.12 | 0.34 | 0.26 | 38.77 | 0.33 | 0.61 |
| Hex | BD | A6 | 7C | 0 | C | 22 | 1A | 27 | 21 | 3D |
| Octal | 275 | 246 | 174 | 0 | 14 | 42 | 32 | 47 | 41 | 75 |
| Binary | 10111101 | 10100110 | 1111100 | 0 | 1100 | 100010 | 11010 | 100111 | 100001 | 111101 |
Color Harmonies of #BDA67C
Complementary color
Monochromatic Colors of #BDA67C
Black with #BDA67C
Text Example
Text Example
White with #BDA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA67C; }
p { color: rgb(189,166,124); }
H1.HeaderClassName
{
color: #BDA67C;
}
.AnyTagClassName
{
color: #BDA67C;
}
</style>
background-color css
<style>
a { background-color: #BDA67C; }
a { background-color: rgb(189,166,124); }
div.DivClassName
{
background-color: #BDA67C;
}
.BgClassName
{
background-color: #BDA67C;
}
</style>
border-color css
<style>
span { border-color: #BDA67C; }
span { border-color: rgb(189,166,124); }
td.TdClassName
{
border-color: #BDA67C;
}
.TagClassName
{
border-color: #BDA67C;
}
</style>