Html Css Color HEX #BA9E59 Barley Corn

📋 copy color: '#BA9E59'

red 186 ◦ green 158 ◦ blue 89

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

Shades of Barley Corn #BA9E59

Tints of Barley Corn #BA9E59

RGB

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

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

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

R = 42.96%
G = 36.49%
B = 20.55%

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

#BA9E59 (or 0xBA9E59) is known color: Barley Corn. HEX triplet: BA, 9E and 59. RGB value is (186,158,89). Sum of RGB (Red+Green+Blue) = 186+158+89=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E59 is #4561A6. Grayscale: #9E9E9E. Windows color (decimal): -4546983 or 5873338. OLE color: 5873338.

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

Color convert

RGB 186 158 89 -
CMYK 0 0.15 0.52 0.27
HSL 42.68º 0.41% 0.54% -
HSV(B) 42.68º 0.52% 0.73% -
XYZ 34.28 35.61 14.52 -
YUV 158.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 186 158 89 0 0.15 0.52 0.27 42.68 0.41 0.54
Hex BA 9E 59 0 F 34 1B 2B 29 36
Octal 272 236 131 0 17 64 33 53 51 66
Binary 10111010 10011110 1011001 0 1111 110100 11011 101011 101001 110110

Color Harmonies of #BA9E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E59

Black with #BA9E59

Text Example


Text Example

White with #BA9E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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