Html Css Color HEX #BA9059 Barley Corn

📋 copy color: '#BA9059'

red 186 ◦ green 144 ◦ blue 89

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

Shades of Barley Corn #BA9059

Tints of Barley Corn #BA9059

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.37%

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

R = 44.39%
G = 34.37%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA9059 (or 0xBA9059) is known color: Barley Corn. HEX triplet: BA, 90 and 59. RGB value is (186,144,89). Sum of RGB (Red+Green+Blue) = 186+144+89=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9059 is #456FA6. Grayscale: #969696. Windows color (decimal): -4550567 or 5869754. OLE color: 5869754.

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

Color convert

RGB 186 144 89 -
CMYK 0 0.23 0.52 0.27
HSL 34.02º 0.41% 0.54% -
HSV(B) 34.02º 0.52% 0.73% -
XYZ 32.03 31.11 13.77 -
YUV 150.29 93.41 153.47 -
System Red Green Blue C M Y K H S L
Decimal 186 144 89 0 0.23 0.52 0.27 34.02 0.41 0.54
Hex BA 90 59 0 17 34 1B 22 29 36
Octal 272 220 131 0 27 64 33 42 51 66
Binary 10111010 10010000 1011001 0 10111 110100 11011 100010 101001 110110

Color Harmonies of #BA9059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9059

Black with #BA9059

Text Example


Text Example

White with #BA9059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9059; }

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

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

background-color css

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

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

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

border-color css

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

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

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