Shades of Chardonnay #FFBF6F
Tints of Chardonnay #FFBF6F
RGB
CMYK
RGB Variations
Color information
#FFBF6F (or 0xFFBF6F) is known color: Chardonnay. HEX triplet: FF, BF and 6F. RGB value is (255,191,111). Sum of RGB (Red+Green+Blue) = 255+191+111=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF6F is #004090. Grayscale: #C9C9C9. Windows color (decimal): -16529 or 7323647. OLE color: 7323647.
HSL color Cylindrical-coordinate representation of color #FFBF6F: hue angle of 33.33º 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 #FFBF6F is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 111 | - |
| CMYK | 0 | 0.25 | 0.56 | 0 |
| HSL | 33.33º | 1% | 0.72% | - |
| HSV(B) | 33.33º | 0.56% | 1% | - |
| XYZ | 62.74 | 59.67 | 23.25 | - |
| YUV | 201.02 | 77.2 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 111 | 0 | 0.25 | 0.56 | 0 | 33.33 | 1 | 0.72 |
| Hex | FF | BF | 6F | 0 | 19 | 38 | 0 | 21 | 64 | 48 |
| Octal | 377 | 277 | 157 | 0 | 31 | 70 | 0 | 41 | 144 | 110 |
| Binary | 11111111 | 10111111 | 1101111 | 0 | 11001 | 111000 | 0 | 100001 | 1100100 | 1001000 |
Color Harmonies of #FFBF6F
Complementary color
Monochromatic Colors of #FFBF6F
Black with #FFBF6F
Text Example
Text Example
White with #FFBF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF6F; }
p { color: rgb(255,191,111); }
H1.HeaderClassName
{
color: #FFBF6F;
}
.AnyTagClassName
{
color: #FFBF6F;
}
</style>
background-color css
<style>
a { background-color: #FFBF6F; }
a { background-color: rgb(255,191,111); }
div.DivClassName
{
background-color: #FFBF6F;
}
.BgClassName
{
background-color: #FFBF6F;
}
</style>
border-color css
<style>
span { border-color: #FFBF6F; }
span { border-color: rgb(255,191,111); }
td.TdClassName
{
border-color: #FFBF6F;
}
.TagClassName
{
border-color: #FFBF6F;
}
</style>