Html Css Color HEX #BA9D59 Barley Corn

📋 copy color: '#BA9D59'

red 186 ◦ green 157 ◦ blue 89

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

Shades of Barley Corn #BA9D59

Tints of Barley Corn #BA9D59

RGB

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

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

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

R = 43.06%
G = 36.34%
B = 20.6%

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

#BA9D59 (or 0xBA9D59) is known color: Barley Corn. HEX triplet: BA, 9D and 59. RGB value is (186,157,89). Sum of RGB (Red+Green+Blue) = 186+157+89=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D59 is #4562A6. Grayscale: #9E9E9E. Windows color (decimal): -4547239 or 5873082. OLE color: 5873082.

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

Color convert

RGB 186 157 89 -
CMYK 0 0.16 0.52 0.27
HSL 42.06º 0.41% 0.54% -
HSV(B) 42.06º 0.52% 0.73% -
XYZ 34.11 35.27 14.46 -
YUV 157.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 186 157 89 0 0.16 0.52 0.27 42.06 0.41 0.54
Hex BA 9D 59 0 10 34 1B 2A 29 36
Octal 272 235 131 0 20 64 33 52 51 66
Binary 10111010 10011101 1011001 0 10000 110100 11011 101010 101001 110110

Color Harmonies of #BA9D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D59

Black with #BA9D59

Text Example


Text Example

White with #BA9D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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