#FFBE6F

Color #FFBE6F Chardonnay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chardonnay #FFBE6F

Tints of Chardonnay #FFBE6F

Color information

#FFBE6F (or 0xFFBE6F) is unknown color: approx 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

RGB255190111-
CMYK00.250.560
HSL32.92º100%71.76%-
HSV(B)32.92º56.47%100%-
XYZ62.5259.2323.18-
YUV200.4377.53166.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 111 (43.75% from 255) = 19.96%
R=45.86%
G=34.17%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519011100.250.56032.9210071.76
HexFFBE6F019380216448
Octal37727615703170041144110
Binary11111111101111101101111011001111000010000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>