Shades of Pavlova #BCA67C
Tints of Pavlova #BCA67C
RGB
CMYK
RGB Variations
Color information
#BCA67C (or 0xBCA67C) is known color: Pavlova. HEX triplet: BC, A6 and 7C. RGB value is (188,166,124). Sum of RGB (Red+Green+Blue) = 188+166+124=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA67C is #435983. Grayscale: #A7A7A7. Windows color (decimal): -4413828 or 8169148. OLE color: 8169148.
HSL color Cylindrical-coordinate representation of color #BCA67C: hue angle of 39.38º 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 #BCA67C is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 124 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.26 |
| HSL | 39.38º | 0.32% | 0.61% | - |
| HSV(B) | 39.38º | 0.34% | 0.74% | - |
| XYZ | 38.01 | 39.42 | 24.67 | - |
| YUV | 167.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 124 | 0 | 0.12 | 0.34 | 0.26 | 39.38 | 0.32 | 0.61 |
| Hex | BC | A6 | 7C | 0 | C | 22 | 1A | 27 | 20 | 3D |
| Octal | 274 | 246 | 174 | 0 | 14 | 42 | 32 | 47 | 40 | 75 |
| Binary | 10111100 | 10100110 | 1111100 | 0 | 1100 | 100010 | 11010 | 100111 | 100000 | 111101 |
Color Harmonies of #BCA67C
Complementary color
Monochromatic Colors of #BCA67C
Black with #BCA67C
Text Example
Text Example
White with #BCA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA67C; }
p { color: rgb(188,166,124); }
H1.HeaderClassName
{
color: #BCA67C;
}
.AnyTagClassName
{
color: #BCA67C;
}
</style>
background-color css
<style>
a { background-color: #BCA67C; }
a { background-color: rgb(188,166,124); }
div.DivClassName
{
background-color: #BCA67C;
}
.BgClassName
{
background-color: #BCA67C;
}
</style>
border-color css
<style>
span { border-color: #BCA67C; }
span { border-color: rgb(188,166,124); }
td.TdClassName
{
border-color: #BCA67C;
}
.TagClassName
{
border-color: #BCA67C;
}
</style>