Shades of Pavlova #BCA87F
Tints of Pavlova #BCA87F
RGB
CMYK
RGB Variations
Color information
#BCA87F (or 0xBCA87F) is known color: Pavlova. HEX triplet: BC, A8 and 7F. RGB value is (188,168,127). Sum of RGB (Red+Green+Blue) = 188+168+127=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA87F is #435780. Grayscale: #A9A9A9. Windows color (decimal): -4413313 or 8366268. OLE color: 8366268.
HSL color Cylindrical-coordinate representation of color #BCA87F: hue angle of 40.33º 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 #BCA87F is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 127 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.26 |
| HSL | 40.33º | 0.31% | 0.62% | - |
| HSV(B) | 40.33º | 0.32% | 0.74% | - |
| XYZ | 38.57 | 40.23 | 25.81 | - |
| YUV | 169.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 127 | 0 | 0.11 | 0.32 | 0.26 | 40.33 | 0.31 | 0.62 |
| Hex | BC | A8 | 7F | 0 | B | 20 | 1A | 28 | 1F | 3E |
| Octal | 274 | 250 | 177 | 0 | 13 | 40 | 32 | 50 | 37 | 76 |
| Binary | 10111100 | 10101000 | 1111111 | 0 | 1011 | 100000 | 11010 | 101000 | 11111 | 111110 |
Color Harmonies of #BCA87F
Complementary color
Monochromatic Colors of #BCA87F
Black with #BCA87F
Text Example
Text Example
White with #BCA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA87F; }
p { color: rgb(188,168,127); }
H1.HeaderClassName
{
color: #BCA87F;
}
.AnyTagClassName
{
color: #BCA87F;
}
</style>
background-color css
<style>
a { background-color: #BCA87F; }
a { background-color: rgb(188,168,127); }
div.DivClassName
{
background-color: #BCA87F;
}
.BgClassName
{
background-color: #BCA87F;
}
</style>
border-color css
<style>
span { border-color: #BCA87F; }
span { border-color: rgb(188,168,127); }
td.TdClassName
{
border-color: #BCA87F;
}
.TagClassName
{
border-color: #BCA87F;
}
</style>