Html Css Color HEX #BA9E5A Barley Corn

📋 copy color: '#BA9E5A'

red 186 ◦ green 158 ◦ blue 90

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

Shades of Barley Corn #BA9E5A

Tints of Barley Corn #BA9E5A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.41%

 BLUE value IS 90 (35.55% from 255) = 20.74%

R = 42.86%
G = 36.41%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA9E5A (or 0xBA9E5A) is known color: Barley Corn. HEX triplet: BA, 9E and 5A. RGB value is (186,158,90). Sum of RGB (Red+Green+Blue) = 186+158+90=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E5A is #4561A5. Grayscale: #9E9E9E. Windows color (decimal): -4546982 or 5938874. OLE color: 5938874.

HSL color Cylindrical-coordinate representation of color #BA9E5A: hue angle of 42.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA9E5A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 158 90 -
CMYK 0 0.15 0.52 0.27
HSL 42.5º 0.41% 0.54% -
HSV(B) 42.5º 0.52% 0.73% -
XYZ 34.32 35.63 14.74 -
YUV 158.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 186 158 90 0 0.15 0.52 0.27 42.5 0.41 0.54
Hex BA 9E 5A 0 F 34 1B 2A 29 36
Octal 272 236 132 0 17 64 33 52 51 66
Binary 10111010 10011110 1011010 0 1111 110100 11011 101010 101001 110110

Color Harmonies of #BA9E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E5A

Black with #BA9E5A

Text Example


Text Example

White with #BA9E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E5A; }

 p { color: rgb(186,158,90); }

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

background-color css

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

 a { background-color: rgb(186,158,90); }

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

border-color css

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

 span { border-color: rgb(186,158,90); }

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