Shades of Chardonnay #FFBE6E
Tints of Chardonnay #FFBE6E
RGB
CMYK
RGB Variations
Color information
#FFBE6E (or 0xFFBE6E) is known color: Chardonnay. HEX triplet: FF, BE and 6E. RGB value is (255,190,110). Sum of RGB (Red+Green+Blue) = 255+190+110=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE6E is #004191. Grayscale: #C8C8C8. Windows color (decimal): -16786 or 7257855. OLE color: 7257855.
HSL color Cylindrical-coordinate representation of color #FFBE6E: hue angle of 33.1º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFBE6E is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 110 | - |
| CMYK | 0 | 0.25 | 0.57 | 0 |
| HSL | 33.1º | 1% | 0.72% | - |
| HSV(B) | 33.1º | 0.57% | 1% | - |
| XYZ | 62.47 | 59.21 | 22.89 | - |
| YUV | 200.32 | 77.03 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 110 | 0 | 0.25 | 0.57 | 0 | 33.1 | 1 | 0.72 |
| Hex | FF | BE | 6E | 0 | 19 | 39 | 0 | 21 | 64 | 48 |
| Octal | 377 | 276 | 156 | 0 | 31 | 71 | 0 | 41 | 144 | 110 |
| Binary | 11111111 | 10111110 | 1101110 | 0 | 11001 | 111001 | 0 | 100001 | 1100100 | 1001000 |
Color Harmonies of #FFBE6E
Complementary color
Monochromatic Colors of #FFBE6E
Black with #FFBE6E
Text Example
Text Example
White with #FFBE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE6E; }
p { color: rgb(255,190,110); }
H1.HeaderClassName
{
color: #FFBE6E;
}
.AnyTagClassName
{
color: #FFBE6E;
}
</style>
background-color css
<style>
a { background-color: #FFBE6E; }
a { background-color: rgb(255,190,110); }
div.DivClassName
{
background-color: #FFBE6E;
}
.BgClassName
{
background-color: #FFBE6E;
}
</style>
border-color css
<style>
span { border-color: #FFBE6E; }
span { border-color: rgb(255,190,110); }
td.TdClassName
{
border-color: #FFBE6E;
}
.TagClassName
{
border-color: #FFBE6E;
}
</style>