#F7E8B6

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

Shades of Barley White #F7E8B6

Tints of Barley White #F7E8B6

Color information

#F7E8B6 (or 0xF7E8B6) is unknown color: approx Barley White. HEX triplet: F7, E8 and B6. RGB value is (247,232,182). Sum of RGB (Red+Green+Blue) = 247+232+182=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 182 (71.48% from 255 or 27.53% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E8B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7E8B6 is #081749. Grayscale: #E7E7E7. Windows color (decimal): -530250 or 11987191. OLE color: 11987191.

HSL color Cylindrical-coordinate representation of color #F7E8B6: hue angle of 46.15º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7E8B6 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB247232182-
CMYK00.060.260.03
HSL46.15º80.25%84.12%-
HSV(B)46.15º26.32%96.86%-
XYZ75.6680.8655.88-
YUV230.78100.47139.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.37%
GREEN value IS 232 (91.02% from 255) = 35.10%
BLUE value IS 182 (71.48% from 255) = 27.53%
R=37.37%
G=35.10%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723218200.060.260.0346.1580.2584.12
HexF7E8B6061A32e5054
Octal3673502660632356120124
Binary1111011111101000101101100110110101110111010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E8B6; }

 p { color: rgb(247,232,182); }

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

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

 a { background-color: rgb(247,232,182); }

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

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

 span { border-color: rgb(247,232,182); }

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