Shades of Pavlova #BCA67E
Tints of Pavlova #BCA67E
RGB
CMYK
RGB Variations
Color information
#BCA67E (or 0xBCA67E) is known color: Pavlova. HEX triplet: BC, A6 and 7E. RGB value is (188,166,126). Sum of RGB (Red+Green+Blue) = 188+166+126=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA67E is #435981. Grayscale: #A8A8A8. Windows color (decimal): -4413826 or 8300220. OLE color: 8300220.
HSL color Cylindrical-coordinate representation of color #BCA67E: hue angle of 38.71º 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 #BCA67E is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 126 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.26 |
| HSL | 38.71º | 0.32% | 0.62% | - |
| HSV(B) | 38.71º | 0.33% | 0.74% | - |
| XYZ | 38.14 | 39.47 | 25.35 | - |
| YUV | 168.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 126 | 0 | 0.12 | 0.33 | 0.26 | 38.71 | 0.32 | 0.62 |
| Hex | BC | A6 | 7E | 0 | C | 21 | 1A | 27 | 20 | 3E |
| Octal | 274 | 246 | 176 | 0 | 14 | 41 | 32 | 47 | 40 | 76 |
| Binary | 10111100 | 10100110 | 1111110 | 0 | 1100 | 100001 | 11010 | 100111 | 100000 | 111110 |
Color Harmonies of #BCA67E
Complementary color
Monochromatic Colors of #BCA67E
Black with #BCA67E
Text Example
Text Example
White with #BCA67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA67E; }
p { color: rgb(188,166,126); }
H1.HeaderClassName
{
color: #BCA67E;
}
.AnyTagClassName
{
color: #BCA67E;
}
</style>
background-color css
<style>
a { background-color: #BCA67E; }
a { background-color: rgb(188,166,126); }
div.DivClassName
{
background-color: #BCA67E;
}
.BgClassName
{
background-color: #BCA67E;
}
</style>
border-color css
<style>
span { border-color: #BCA67E; }
span { border-color: rgb(188,166,126); }
td.TdClassName
{
border-color: #BCA67E;
}
.TagClassName
{
border-color: #BCA67E;
}
</style>