Shades of Pavlova #BCA577
Tints of Pavlova #BCA577
RGB
CMYK
RGB Variations
Color information
#BCA577 (or 0xBCA577) is known color: Pavlova. HEX triplet: BC, A5 and 77. RGB value is (188,165,119). Sum of RGB (Red+Green+Blue) = 188+165+119=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA577 is #435A88. Grayscale: #A6A6A6. Windows color (decimal): -4414089 or 7841212. OLE color: 7841212.
HSL color Cylindrical-coordinate representation of color #BCA577: hue angle of 40º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCA577 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 119 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.26 |
| HSL | 40º | 0.34% | 0.6% | - |
| HSV(B) | 40º | 0.37% | 0.74% | - |
| XYZ | 37.52 | 38.93 | 22.99 | - |
| YUV | 166.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 119 | 0 | 0.12 | 0.37 | 0.26 | 40 | 0.34 | 0.6 |
| Hex | BC | A5 | 77 | 0 | C | 25 | 1A | 28 | 22 | 3C |
| Octal | 274 | 245 | 167 | 0 | 14 | 45 | 32 | 50 | 42 | 74 |
| Binary | 10111100 | 10100101 | 1110111 | 0 | 1100 | 100101 | 11010 | 101000 | 100010 | 111100 |
Color Harmonies of #BCA577
Complementary color
Monochromatic Colors of #BCA577
Black with #BCA577
Text Example
Text Example
White with #BCA577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA577; }
p { color: rgb(188,165,119); }
H1.HeaderClassName
{
color: #BCA577;
}
.AnyTagClassName
{
color: #BCA577;
}
</style>
background-color css
<style>
a { background-color: #BCA577; }
a { background-color: rgb(188,165,119); }
div.DivClassName
{
background-color: #BCA577;
}
.BgClassName
{
background-color: #BCA577;
}
</style>
border-color css
<style>
span { border-color: #BCA577; }
span { border-color: rgb(188,165,119); }
td.TdClassName
{
border-color: #BCA577;
}
.TagClassName
{
border-color: #BCA577;
}
</style>