Shades of Chardonnay #FFBF73
Tints of Chardonnay #FFBF73
RGB
CMYK
RGB Variations
Color information
#FFBF73 (or 0xFFBF73) is known color: Chardonnay. HEX triplet: FF, BF and 73. RGB value is (255,191,115). Sum of RGB (Red+Green+Blue) = 255+191+115=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF73 is #00408C. Grayscale: #C9C9C9. Windows color (decimal): -16525 or 7585791. OLE color: 7585791.
HSL color Cylindrical-coordinate representation of color #FFBF73: hue angle of 32.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFBF73 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 115 | - |
| CMYK | 0 | 0.25 | 0.55 | 0 |
| HSL | 32.57º | 1% | 0.73% | - |
| HSV(B) | 32.57º | 0.55% | 1% | - |
| XYZ | 62.97 | 59.76 | 24.44 | - |
| YUV | 201.47 | 79.2 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 115 | 0 | 0.25 | 0.55 | 0 | 32.57 | 1 | 0.73 |
| Hex | FF | BF | 73 | 0 | 19 | 37 | 0 | 21 | 64 | 49 |
| Octal | 377 | 277 | 163 | 0 | 31 | 67 | 0 | 41 | 144 | 111 |
| Binary | 11111111 | 10111111 | 1110011 | 0 | 11001 | 110111 | 0 | 100001 | 1100100 | 1001001 |
Color Harmonies of #FFBF73
Complementary color
Monochromatic Colors of #FFBF73
Black with #FFBF73
Text Example
Text Example
White with #FFBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF73; }
p { color: rgb(255,191,115); }
H1.HeaderClassName
{
color: #FFBF73;
}
.AnyTagClassName
{
color: #FFBF73;
}
</style>
background-color css
<style>
a { background-color: #FFBF73; }
a { background-color: rgb(255,191,115); }
div.DivClassName
{
background-color: #FFBF73;
}
.BgClassName
{
background-color: #FFBF73;
}
</style>
border-color css
<style>
span { border-color: #FFBF73; }
span { border-color: rgb(255,191,115); }
td.TdClassName
{
border-color: #FFBF73;
}
.TagClassName
{
border-color: #FFBF73;
}
</style>