Shades of Pavlova #BCA27C
Tints of Pavlova #BCA27C
RGB
CMYK
RGB Variations
Color information
#BCA27C (or 0xBCA27C) is known color: Pavlova. HEX triplet: BC, A2 and 7C. RGB value is (188,162,124). Sum of RGB (Red+Green+Blue) = 188+162+124=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA27C is #435D83. Grayscale: #A5A5A5. Windows color (decimal): -4414852 or 8168124. OLE color: 8168124.
HSL color Cylindrical-coordinate representation of color #BCA27C: hue angle of 35.62º 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 #BCA27C is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 124 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.26 |
| HSL | 35.63º | 0.32% | 0.61% | - |
| HSV(B) | 35.63º | 0.34% | 0.74% | - |
| XYZ | 37.3 | 37.99 | 24.44 | - |
| YUV | 165.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 124 | 0 | 0.14 | 0.34 | 0.26 | 35.63 | 0.32 | 0.61 |
| Hex | BC | A2 | 7C | 0 | E | 22 | 1A | 24 | 20 | 3D |
| Octal | 274 | 242 | 174 | 0 | 16 | 42 | 32 | 44 | 40 | 75 |
| Binary | 10111100 | 10100010 | 1111100 | 0 | 1110 | 100010 | 11010 | 100100 | 100000 | 111101 |
Color Harmonies of #BCA27C
Complementary color
Monochromatic Colors of #BCA27C
Black with #BCA27C
Text Example
Text Example
White with #BCA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA27C; }
p { color: rgb(188,162,124); }
H1.HeaderClassName
{
color: #BCA27C;
}
.AnyTagClassName
{
color: #BCA27C;
}
</style>
background-color css
<style>
a { background-color: #BCA27C; }
a { background-color: rgb(188,162,124); }
div.DivClassName
{
background-color: #BCA27C;
}
.BgClassName
{
background-color: #BCA27C;
}
</style>
border-color css
<style>
span { border-color: #BCA27C; }
span { border-color: rgb(188,162,124); }
td.TdClassName
{
border-color: #BCA27C;
}
.TagClassName
{
border-color: #BCA27C;
}
</style>