Html Css Color HEX #BA9D5E Barley Corn

📋 copy color: '#BA9D5E'

red 186 ◦ green 157 ◦ blue 94

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

Shades of Barley Corn #BA9D5E

Tints of Barley Corn #BA9D5E

RGB

 RED value IS 186 (73.05% from 255) = 42.56%

 GREEN value IS 157 (61.72% from 255) = 35.93%

 BLUE value IS 94 (37.11% from 255) = 21.51%

R = 42.56%
G = 35.93%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA9D5E (or 0xBA9D5E) is known color: Barley Corn. HEX triplet: BA, 9D and 5E. RGB value is (186,157,94). Sum of RGB (Red+Green+Blue) = 186+157+94=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D5E is #4562A1. Grayscale: #9E9E9E. Windows color (decimal): -4547234 or 6200762. OLE color: 6200762.

HSL color Cylindrical-coordinate representation of color #BA9D5E: hue angle of 41.09º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA9D5E is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 157 94 -
CMYK 0 0.16 0.49 0.27
HSL 41.09º 0.4% 0.55% -
HSV(B) 41.09º 0.49% 0.73% -
XYZ 34.33 35.36 15.61 -
YUV 158.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 186 157 94 0 0.16 0.49 0.27 41.09 0.4 0.55
Hex BA 9D 5E 0 10 31 1B 29 28 37
Octal 272 235 136 0 20 61 33 51 50 67
Binary 10111010 10011101 1011110 0 10000 110001 11011 101001 101000 110111

Color Harmonies of #BA9D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D5E

Black with #BA9D5E

Text Example


Text Example

White with #BA9D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D5E; }

 p { color: rgb(186,157,94); }

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

background-color css

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

 a { background-color: rgb(186,157,94); }

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

border-color css

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

 span { border-color: rgb(186,157,94); }

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