Html Css Color HEX #BA9C59 Barley Corn

📋 copy color: '#BA9C59'

red 186 ◦ green 156 ◦ blue 89

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

Shades of Barley Corn #BA9C59

Tints of Barley Corn #BA9C59

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.19%

 BLUE value IS 89 (35.16% from 255) = 20.65%

R = 43.16%
G = 36.19%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA9C59 (or 0xBA9C59) is known color: Barley Corn. HEX triplet: BA, 9C and 59. RGB value is (186,156,89). Sum of RGB (Red+Green+Blue) = 186+156+89=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C59 is #4563A6. Grayscale: #9D9D9D. Windows color (decimal): -4547495 or 5872826. OLE color: 5872826.

HSL color Cylindrical-coordinate representation of color #BA9C59: hue angle of 41.44º 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 #BA9C59 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 156 89 -
CMYK 0 0.16 0.52 0.27
HSL 41.44º 0.41% 0.54% -
HSV(B) 41.44º 0.52% 0.73% -
XYZ 33.94 34.94 14.41 -
YUV 157.33 89.44 148.45 -
System Red Green Blue C M Y K H S L
Decimal 186 156 89 0 0.16 0.52 0.27 41.44 0.41 0.54
Hex BA 9C 59 0 10 34 1B 29 29 36
Octal 272 234 131 0 20 64 33 51 51 66
Binary 10111010 10011100 1011001 0 10000 110100 11011 101001 101001 110110

Color Harmonies of #BA9C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C59

Black with #BA9C59

Text Example


Text Example

White with #BA9C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C59; }

 p { color: rgb(186,156,89); }

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

background-color css

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

 a { background-color: rgb(186,156,89); }

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

border-color css

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

 span { border-color: rgb(186,156,89); }

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