Html Css Color HEX #BA9659 Barley Corn

📋 copy color: '#BA9659'

red 186 ◦ green 150 ◦ blue 89

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

Shades of Barley Corn #BA9659

Tints of Barley Corn #BA9659

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.29%

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

R = 43.76%
G = 35.29%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA9659 (or 0xBA9659) is known color: Barley Corn. HEX triplet: BA, 96 and 59. RGB value is (186,150,89). Sum of RGB (Red+Green+Blue) = 186+150+89=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9659 is #4569A6. Grayscale: #9A9A9A. Windows color (decimal): -4549031 or 5871290. OLE color: 5871290.

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

Color convert

RGB 186 150 89 -
CMYK 0 0.19 0.52 0.27
HSL 37.73º 0.41% 0.54% -
HSV(B) 37.73º 0.52% 0.73% -
XYZ 32.96 32.97 14.08 -
YUV 153.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 186 150 89 0 0.19 0.52 0.27 37.73 0.41 0.54
Hex BA 96 59 0 13 34 1B 26 29 36
Octal 272 226 131 0 23 64 33 46 51 66
Binary 10111010 10010110 1011001 0 10011 110100 11011 100110 101001 110110

Color Harmonies of #BA9659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9659

Black with #BA9659

Text Example


Text Example

White with #BA9659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9659; }

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

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

background-color css

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

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

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

border-color css

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

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

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