Shades of Pavlova #BDA678
Tints of Pavlova #BDA678
RGB
CMYK
RGB Variations
Color information
#BDA678 (or 0xBDA678) is known color: Pavlova. HEX triplet: BD, A6 and 78. RGB value is (189,166,120). Sum of RGB (Red+Green+Blue) = 189+166+120=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA678 is #425987. Grayscale: #A7A7A7. Windows color (decimal): -4348296 or 7907005. OLE color: 7907005.
HSL color Cylindrical-coordinate representation of color #BDA678: hue angle of 40º 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 #BDA678 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 120 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.26 |
| HSL | 40º | 0.34% | 0.61% | - |
| HSV(B) | 40º | 0.37% | 0.74% | - |
| XYZ | 38.01 | 39.45 | 23.38 | - |
| YUV | 167.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 120 | 0 | 0.12 | 0.37 | 0.26 | 40 | 0.34 | 0.61 |
| Hex | BD | A6 | 78 | 0 | C | 25 | 1A | 28 | 22 | 3D |
| Octal | 275 | 246 | 170 | 0 | 14 | 45 | 32 | 50 | 42 | 75 |
| Binary | 10111101 | 10100110 | 1111000 | 0 | 1100 | 100101 | 11010 | 101000 | 100010 | 111101 |
Color Harmonies of #BDA678
Complementary color
Monochromatic Colors of #BDA678
Black with #BDA678
Text Example
Text Example
White with #BDA678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA678; }
p { color: rgb(189,166,120); }
H1.HeaderClassName
{
color: #BDA678;
}
.AnyTagClassName
{
color: #BDA678;
}
</style>
background-color css
<style>
a { background-color: #BDA678; }
a { background-color: rgb(189,166,120); }
div.DivClassName
{
background-color: #BDA678;
}
.BgClassName
{
background-color: #BDA678;
}
</style>
border-color css
<style>
span { border-color: #BDA678; }
span { border-color: rgb(189,166,120); }
td.TdClassName
{
border-color: #BDA678;
}
.TagClassName
{
border-color: #BDA678;
}
</style>