Shades of Chardonnay #FFBE6F
Tints of Chardonnay #FFBE6F
RGB
CMYK
RGB Variations
Color information
#FFBE6F (or 0xFFBE6F) is known color: Chardonnay. HEX triplet: FF, BE and 6F. RGB value is (255,190,111). Sum of RGB (Red+Green+Blue) = 255+190+111=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE6F is #004190. Grayscale: #C8C8C8. Windows color (decimal): -16785 or 7323391. OLE color: 7323391.
HSL color Cylindrical-coordinate representation of color #FFBE6F: hue angle of 32.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFBE6F is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 111 | - |
| CMYK | 0 | 0.25 | 0.56 | 0 |
| HSL | 32.92º | 1% | 0.72% | - |
| HSV(B) | 32.92º | 0.56% | 1% | - |
| XYZ | 62.52 | 59.23 | 23.18 | - |
| YUV | 200.43 | 77.53 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 111 | 0 | 0.25 | 0.56 | 0 | 32.92 | 1 | 0.72 |
| Hex | FF | BE | 6F | 0 | 19 | 38 | 0 | 21 | 64 | 48 |
| Octal | 377 | 276 | 157 | 0 | 31 | 70 | 0 | 41 | 144 | 110 |
| Binary | 11111111 | 10111110 | 1101111 | 0 | 11001 | 111000 | 0 | 100001 | 1100100 | 1001000 |
Color Harmonies of #FFBE6F
Complementary color
Monochromatic Colors of #FFBE6F
Black with #FFBE6F
Text Example
Text Example
White with #FFBE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE6F; }
p { color: rgb(255,190,111); }
H1.HeaderClassName
{
color: #FFBE6F;
}
.AnyTagClassName
{
color: #FFBE6F;
}
</style>
background-color css
<style>
a { background-color: #FFBE6F; }
a { background-color: rgb(255,190,111); }
div.DivClassName
{
background-color: #FFBE6F;
}
.BgClassName
{
background-color: #FFBE6F;
}
</style>
border-color css
<style>
span { border-color: #FFBE6F; }
span { border-color: rgb(255,190,111); }
td.TdClassName
{
border-color: #FFBE6F;
}
.TagClassName
{
border-color: #FFBE6F;
}
</style>