Shades of Pavlova #BCA87E
Tints of Pavlova #BCA87E
RGB
CMYK
RGB Variations
Color information
#BCA87E (or 0xBCA87E) is known color: Pavlova. HEX triplet: BC, A8 and 7E. RGB value is (188,168,126). Sum of RGB (Red+Green+Blue) = 188+168+126=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA87E is #435781. Grayscale: #A9A9A9. Windows color (decimal): -4413314 or 8300732. OLE color: 8300732.
HSL color Cylindrical-coordinate representation of color #BCA87E: hue angle of 40.65º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCA87E is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 126 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.26 |
| HSL | 40.65º | 0.32% | 0.62% | - |
| HSV(B) | 40.65º | 0.33% | 0.74% | - |
| XYZ | 38.51 | 40.2 | 25.47 | - |
| YUV | 169.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 126 | 0 | 0.11 | 0.33 | 0.26 | 40.65 | 0.32 | 0.62 |
| Hex | BC | A8 | 7E | 0 | B | 21 | 1A | 29 | 20 | 3E |
| Octal | 274 | 250 | 176 | 0 | 13 | 41 | 32 | 51 | 40 | 76 |
| Binary | 10111100 | 10101000 | 1111110 | 0 | 1011 | 100001 | 11010 | 101001 | 100000 | 111110 |
Color Harmonies of #BCA87E
Complementary color
Monochromatic Colors of #BCA87E
Black with #BCA87E
Text Example
Text Example
White with #BCA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA87E; }
p { color: rgb(188,168,126); }
H1.HeaderClassName
{
color: #BCA87E;
}
.AnyTagClassName
{
color: #BCA87E;
}
</style>
background-color css
<style>
a { background-color: #BCA87E; }
a { background-color: rgb(188,168,126); }
div.DivClassName
{
background-color: #BCA87E;
}
.BgClassName
{
background-color: #BCA87E;
}
</style>
border-color css
<style>
span { border-color: #BCA87E; }
span { border-color: rgb(188,168,126); }
td.TdClassName
{
border-color: #BCA87E;
}
.TagClassName
{
border-color: #BCA87E;
}
</style>