Shades of Pavlova #BDA578
Tints of Pavlova #BDA578
RGB
CMYK
RGB Variations
Color information
#BDA578 (or 0xBDA578) is known color: Pavlova. HEX triplet: BD, A5 and 78. RGB value is (189,165,120). Sum of RGB (Red+Green+Blue) = 189+165+120=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA578 is #425A87. Grayscale: #A7A7A7. Windows color (decimal): -4348552 or 7906749. OLE color: 7906749.
HSL color Cylindrical-coordinate representation of color #BDA578: hue angle of 39.13º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDA578 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 120 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.26 |
| HSL | 39.13º | 0.34% | 0.61% | - |
| HSV(B) | 39.13º | 0.37% | 0.74% | - |
| XYZ | 37.83 | 39.09 | 23.32 | - |
| YUV | 167.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 120 | 0 | 0.13 | 0.37 | 0.26 | 39.13 | 0.34 | 0.61 |
| Hex | BD | A5 | 78 | 0 | D | 25 | 1A | 27 | 22 | 3D |
| Octal | 275 | 245 | 170 | 0 | 15 | 45 | 32 | 47 | 42 | 75 |
| Binary | 10111101 | 10100101 | 1111000 | 0 | 1101 | 100101 | 11010 | 100111 | 100010 | 111101 |
Color Harmonies of #BDA578
Complementary color
Monochromatic Colors of #BDA578
Black with #BDA578
Text Example
Text Example
White with #BDA578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA578; }
p { color: rgb(189,165,120); }
H1.HeaderClassName
{
color: #BDA578;
}
.AnyTagClassName
{
color: #BDA578;
}
</style>
background-color css
<style>
a { background-color: #BDA578; }
a { background-color: rgb(189,165,120); }
div.DivClassName
{
background-color: #BDA578;
}
.BgClassName
{
background-color: #BDA578;
}
</style>
border-color css
<style>
span { border-color: #BDA578; }
span { border-color: rgb(189,165,120); }
td.TdClassName
{
border-color: #BDA578;
}
.TagClassName
{
border-color: #BDA578;
}
</style>