Shades of Pavlova #BCA580
Tints of Pavlova #BCA580
RGB
CMYK
RGB Variations
Color information
#BCA580 (or 0xBCA580) is known color: Pavlova. HEX triplet: BC, A5 and 80. RGB value is (188,165,128). Sum of RGB (Red+Green+Blue) = 188+165+128=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA580 is #435A7F. Grayscale: #A7A7A7. Windows color (decimal): -4414080 or 8431036. OLE color: 8431036.
HSL color Cylindrical-coordinate representation of color #BCA580: hue angle of 37º 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 #BCA580 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 128 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.26 |
| HSL | 37º | 0.31% | 0.62% | - |
| HSV(B) | 37º | 0.32% | 0.74% | - |
| XYZ | 38.09 | 39.16 | 25.97 | - |
| YUV | 167.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 128 | 0 | 0.12 | 0.32 | 0.26 | 37 | 0.31 | 0.62 |
| Hex | BC | A5 | 80 | 0 | C | 20 | 1A | 25 | 1F | 3E |
| Octal | 274 | 245 | 200 | 0 | 14 | 40 | 32 | 45 | 37 | 76 |
| Binary | 10111100 | 10100101 | 10000000 | 0 | 1100 | 100000 | 11010 | 100101 | 11111 | 111110 |
Color Harmonies of #BCA580
Complementary color
Monochromatic Colors of #BCA580
Black with #BCA580
Text Example
Text Example
White with #BCA580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA580; }
p { color: rgb(188,165,128); }
H1.HeaderClassName
{
color: #BCA580;
}
.AnyTagClassName
{
color: #BCA580;
}
</style>
background-color css
<style>
a { background-color: #BCA580; }
a { background-color: rgb(188,165,128); }
div.DivClassName
{
background-color: #BCA580;
}
.BgClassName
{
background-color: #BCA580;
}
</style>
border-color css
<style>
span { border-color: #BCA580; }
span { border-color: rgb(188,165,128); }
td.TdClassName
{
border-color: #BCA580;
}
.TagClassName
{
border-color: #BCA580;
}
</style>