Shades of Pavlova #BDA581
Tints of Pavlova #BDA581
RGB
CMYK
RGB Variations
Color information
#BDA581 (or 0xBDA581) is known color: Pavlova. HEX triplet: BD, A5 and 81. RGB value is (189,165,129). Sum of RGB (Red+Green+Blue) = 189+165+129=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA581 is #425A7E. Grayscale: #A8A8A8. Windows color (decimal): -4348543 or 8496573. OLE color: 8496573.
HSL color Cylindrical-coordinate representation of color #BDA581: hue angle of 36º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA581 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 129 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.26 |
| HSL | 36º | 0.31% | 0.62% | - |
| HSV(B) | 36º | 0.32% | 0.74% | - |
| XYZ | 38.4 | 39.31 | 26.33 | - |
| YUV | 168.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 129 | 0 | 0.13 | 0.32 | 0.26 | 36 | 0.31 | 0.62 |
| Hex | BD | A5 | 81 | 0 | D | 20 | 1A | 24 | 1F | 3E |
| Octal | 275 | 245 | 201 | 0 | 15 | 40 | 32 | 44 | 37 | 76 |
| Binary | 10111101 | 10100101 | 10000001 | 0 | 1101 | 100000 | 11010 | 100100 | 11111 | 111110 |
Color Harmonies of #BDA581
Complementary color
Monochromatic Colors of #BDA581
Black with #BDA581
Text Example
Text Example
White with #BDA581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA581; }
p { color: rgb(189,165,129); }
H1.HeaderClassName
{
color: #BDA581;
}
.AnyTagClassName
{
color: #BDA581;
}
</style>
background-color css
<style>
a { background-color: #BDA581; }
a { background-color: rgb(189,165,129); }
div.DivClassName
{
background-color: #BDA581;
}
.BgClassName
{
background-color: #BDA581;
}
</style>
border-color css
<style>
span { border-color: #BDA581; }
span { border-color: rgb(189,165,129); }
td.TdClassName
{
border-color: #BDA581;
}
.TagClassName
{
border-color: #BDA581;
}
</style>