Html Css Color HEX #F6E9BA Barley White

📋 copy color: '#F6E9BA'

red 246 ◦ green 233 ◦ blue 186

#F6E9BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley White #F6E9BA

Tints of Barley White #F6E9BA

RGB

 RED value IS 246 (96.48% from 255) = 36.99%

 GREEN value IS 233 (91.41% from 255) = 35.04%

 BLUE value IS 186 (73.05% from 255) = 27.97%

R = 36.99%
G = 35.04%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6E9BA (or 0xF6E9BA) is known color: Barley White. HEX triplet: F6, E9 and BA. RGB value is (246,233,186). Sum of RGB (Red+Green+Blue) = 246+233+186=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E9BA is #091645. Grayscale: #E7E7E7. Windows color (decimal): -595526 or 12249590. OLE color: 12249590.

HSL color Cylindrical-coordinate representation of color #F6E9BA: hue angle of 47º 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 #F6E9BA is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 233 186 -
CMYK 0 0.05 0.24 0.04
HSL 47º 0.77% 0.85% -
HSV(B) 47º 0.24% 0.96% -
XYZ 76.01 81.42 58.16 -
YUV 231.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 246 233 186 0 0.05 0.24 0.04 47 0.77 0.85
Hex F6 E9 BA 0 5 18 4 2F 4D 55
Octal 366 351 272 0 5 30 4 57 115 125
Binary 11110110 11101001 10111010 0 101 11000 100 101111 1001101 1010101

Color Harmonies of #F6E9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E9BA

Black with #F6E9BA

Text Example


Text Example

White with #F6E9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E9BA; }

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

 H1.HeaderClassName
 {
   color: #F6E9BA;
 }
 .AnyTagClassName
 {
   color: #F6E9BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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