Shades of Pavlova #BCA677
Tints of Pavlova #BCA677
RGB
CMYK
RGB Variations
Color information
#BCA677 (or 0xBCA677) is known color: Pavlova. HEX triplet: BC, A6 and 77. RGB value is (188,166,119). Sum of RGB (Red+Green+Blue) = 188+166+119=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA677 is #435988. Grayscale: #A7A7A7. Windows color (decimal): -4413833 or 7841468. OLE color: 7841468.
HSL color Cylindrical-coordinate representation of color #BCA677: hue angle of 40.87º 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 #BCA677 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 119 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.26 |
| HSL | 40.87º | 0.34% | 0.6% | - |
| HSV(B) | 40.87º | 0.37% | 0.74% | - |
| XYZ | 37.71 | 39.3 | 23.05 | - |
| YUV | 167.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 119 | 0 | 0.12 | 0.37 | 0.26 | 40.87 | 0.34 | 0.6 |
| Hex | BC | A6 | 77 | 0 | C | 25 | 1A | 29 | 22 | 3C |
| Octal | 274 | 246 | 167 | 0 | 14 | 45 | 32 | 51 | 42 | 74 |
| Binary | 10111100 | 10100110 | 1110111 | 0 | 1100 | 100101 | 11010 | 101001 | 100010 | 111100 |
Color Harmonies of #BCA677
Complementary color
Monochromatic Colors of #BCA677
Black with #BCA677
Text Example
Text Example
White with #BCA677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA677; }
p { color: rgb(188,166,119); }
H1.HeaderClassName
{
color: #BCA677;
}
.AnyTagClassName
{
color: #BCA677;
}
</style>
background-color css
<style>
a { background-color: #BCA677; }
a { background-color: rgb(188,166,119); }
div.DivClassName
{
background-color: #BCA677;
}
.BgClassName
{
background-color: #BCA677;
}
</style>
border-color css
<style>
span { border-color: #BCA677; }
span { border-color: rgb(188,166,119); }
td.TdClassName
{
border-color: #BCA677;
}
.TagClassName
{
border-color: #BCA677;
}
</style>