Html Css Color HEX #BA9464 Barley Corn

📋 copy color: '#BA9464'

red 186 ◦ green 148 ◦ blue 100

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

Shades of Barley Corn #BA9464

Tints of Barley Corn #BA9464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

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

R = 42.86%
G = 34.1%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA9464 (or 0xBA9464) is known color: Barley Corn. HEX triplet: BA, 94 and 64. RGB value is (186,148,100). Sum of RGB (Red+Green+Blue) = 186+148+100=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9464 is #456B9B. Grayscale: #9A9A9A. Windows color (decimal): -4549532 or 6591674. OLE color: 6591674.

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

Color convert

RGB 186 148 100 -
CMYK 0 0.20 0.46 0.27
HSL 33.49º 0.38% 0.56% -
HSV(B) 33.49º 0.46% 0.73% -
XYZ 33.14 32.54 16.59 -
YUV 153.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 186 148 100 0 0.20 0.46 0.27 33.49 0.38 0.56
Hex BA 94 64 0 14 2E 1B 21 26 38
Octal 272 224 144 0 24 56 33 41 46 70
Binary 10111010 10010100 1100100 0 10100 101110 11011 100001 100110 111000

Color Harmonies of #BA9464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9464

Black with #BA9464

Text Example


Text Example

White with #BA9464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9464; }

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

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

background-color css

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

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

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

border-color css

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

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

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