Html Css Color HEX #BA9164 Barley Corn

📋 copy color: '#BA9164'

red 186 ◦ green 145 ◦ blue 100

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

Shades of Barley Corn #BA9164

Tints of Barley Corn #BA9164

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.64%

 BLUE value IS 100 (39.45% from 255) = 23.2%

R = 43.16%
G = 33.64%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA9164 (or 0xBA9164) is known color: Barley Corn. HEX triplet: BA, 91 and 64. RGB value is (186,145,100). Sum of RGB (Red+Green+Blue) = 186+145+100=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9164 is #456E9B. Grayscale: #989898. Windows color (decimal): -4550300 or 6590906. OLE color: 6590906.

HSL color Cylindrical-coordinate representation of color #BA9164: hue angle of 31.4º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA9164 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 145 100 -
CMYK 0 0.22 0.46 0.27
HSL 31.4º 0.38% 0.56% -
HSV(B) 31.4º 0.46% 0.73% -
XYZ 32.68 31.61 16.44 -
YUV 152.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 186 145 100 0 0.22 0.46 0.27 31.4 0.38 0.56
Hex BA 91 64 0 16 2E 1B 1F 26 38
Octal 272 221 144 0 26 56 33 37 46 70
Binary 10111010 10010001 1100100 0 10110 101110 11011 11111 100110 111000

Color Harmonies of #BA9164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9164

Black with #BA9164

Text Example


Text Example

White with #BA9164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9164; }

 p { color: rgb(186,145,100); }

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

background-color css

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

 a { background-color: rgb(186,145,100); }

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

border-color css

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

 span { border-color: rgb(186,145,100); }

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