#F6E7BA

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

Shades of Barley White #F6E7BA

Tints of Barley White #F6E7BA

Color information

#F6E7BA (or 0xF6E7BA) is unknown color: approx Barley White. HEX triplet: F6, E7 and BA. RGB value is (246,231,186). Sum of RGB (Red+Green+Blue) = 246+231+186=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E7BA is #091845. Grayscale: #E6E6E6. Windows color (decimal): -596038 or 12249078. OLE color: 12249078.

HSL color Cylindrical-coordinate representation of color #F6E7BA: hue angle of 45º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6E7BA is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246231186-
CMYK00.060.240.04
HSL45º76.92%84.71%-
HSV(B)45º24.39%96.47%-
XYZ75.4480.2957.98-
YUV230.36102.97139.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.10%
GREEN value IS 231 (90.62% from 255) = 34.84%
BLUE value IS 186 (73.05% from 255) = 28.05%
R=37.10%
G=34.84%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623118600.060.240.044576.9284.71
HexF6E7BA061842d4d55
Octal3663472720630455115125
Binary11110110111001111011101001101100010010110110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E7BA; }

 p { color: rgb(246,231,186); }

 H1.HeaderClassName
 {
   color: #F6E7BA;
 }
 .AnyTagClassName
 {
   color: #F6E7BA;
 }
</style>
background-color css

<style>
 a { background-color: #F6E7BA; }

 a { background-color: rgb(246,231,186); }

 div.DivClassName
 {
   background-color: #F6E7BA;
 }
 .BgClassName
 {
   background-color: #F6E7BA;
 }
</style>
border-color css

<style>
 span { border-color: #F6E7BA; }

 span { border-color: rgb(246,231,186); }

 td.TdClassName
 {
   border-color: #F6E7BA;
 }
 .TagClassName
 {
   border-color: #F6E7BA;
 }
</style>