Shades of Pavlova #BCA47C
Tints of Pavlova #BCA47C
RGB
CMYK
RGB Variations
Color information
#BCA47C (or 0xBCA47C) is known color: Pavlova. HEX triplet: BC, A4 and 7C. RGB value is (188,164,124). Sum of RGB (Red+Green+Blue) = 188+164+124=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA47C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA47C is #435B83. Grayscale: #A6A6A6. Windows color (decimal): -4414340 or 8168636. OLE color: 8168636.
HSL color Cylindrical-coordinate representation of color #BCA47C: hue angle of 37.5º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCA47C is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 164 | 124 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.26 |
| HSL | 37.5º | 0.32% | 0.61% | - |
| HSV(B) | 37.5º | 0.34% | 0.74% | - |
| XYZ | 37.65 | 38.7 | 24.55 | - |
| YUV | 166.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 124 | 0 | 0.13 | 0.34 | 0.26 | 37.5 | 0.32 | 0.61 |
| Hex | BC | A4 | 7C | 0 | D | 22 | 1A | 26 | 20 | 3D |
| Octal | 274 | 244 | 174 | 0 | 15 | 42 | 32 | 46 | 40 | 75 |
| Binary | 10111100 | 10100100 | 1111100 | 0 | 1101 | 100010 | 11010 | 100110 | 100000 | 111101 |
Color Harmonies of #BCA47C
Complementary color
Monochromatic Colors of #BCA47C
Black with #BCA47C
Text Example
Text Example
White with #BCA47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA47C; }
p { color: rgb(188,164,124); }
H1.HeaderClassName
{
color: #BCA47C;
}
.AnyTagClassName
{
color: #BCA47C;
}
</style>
background-color css
<style>
a { background-color: #BCA47C; }
a { background-color: rgb(188,164,124); }
div.DivClassName
{
background-color: #BCA47C;
}
.BgClassName
{
background-color: #BCA47C;
}
</style>
border-color css
<style>
span { border-color: #BCA47C; }
span { border-color: rgb(188,164,124); }
td.TdClassName
{
border-color: #BCA47C;
}
.TagClassName
{
border-color: #BCA47C;
}
</style>