Shades of Chardonnay #FFBE6B
Tints of Chardonnay #FFBE6B
RGB
CMYK
RGB Variations
Color information
#FFBE6B (or 0xFFBE6B) is known color: Chardonnay. HEX triplet: FF, BE and 6B. RGB value is (255,190,107). Sum of RGB (Red+Green+Blue) = 255+190+107=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE6B is #004194. Grayscale: #C8C8C8. Windows color (decimal): -16789 or 7061247. OLE color: 7061247.
HSL color Cylindrical-coordinate representation of color #FFBE6B: hue angle of 33.65º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFBE6B is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 107 | - |
| CMYK | 0 | 0.25 | 0.58 | 0 |
| HSL | 33.65º | 1% | 0.71% | - |
| HSV(B) | 33.65º | 0.58% | 1% | - |
| XYZ | 62.31 | 59.15 | 22.04 | - |
| YUV | 199.97 | 75.53 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 107 | 0 | 0.25 | 0.58 | 0 | 33.65 | 1 | 0.71 |
| Hex | FF | BE | 6B | 0 | 19 | 3A | 0 | 22 | 64 | 47 |
| Octal | 377 | 276 | 153 | 0 | 31 | 72 | 0 | 42 | 144 | 107 |
| Binary | 11111111 | 10111110 | 1101011 | 0 | 11001 | 111010 | 0 | 100010 | 1100100 | 1000111 |
Color Harmonies of #FFBE6B
Complementary color
Monochromatic Colors of #FFBE6B
Black with #FFBE6B
Text Example
Text Example
White with #FFBE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE6B; }
p { color: rgb(255,190,107); }
H1.HeaderClassName
{
color: #FFBE6B;
}
.AnyTagClassName
{
color: #FFBE6B;
}
</style>
background-color css
<style>
a { background-color: #FFBE6B; }
a { background-color: rgb(255,190,107); }
div.DivClassName
{
background-color: #FFBE6B;
}
.BgClassName
{
background-color: #FFBE6B;
}
</style>
border-color css
<style>
span { border-color: #FFBE6B; }
span { border-color: rgb(255,190,107); }
td.TdClassName
{
border-color: #FFBE6B;
}
.TagClassName
{
border-color: #FFBE6B;
}
</style>