Html Css Color HEX #BA9356 Barley Corn

📋 copy color: '#BA9356'

red 186 ◦ green 147 ◦ blue 86

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

Shades of Barley Corn #BA9356

Tints of Barley Corn #BA9356

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.08%

 BLUE value IS 86 (33.98% from 255) = 20.53%

R = 44.39%
G = 35.08%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA9356 (or 0xBA9356) is known color: Barley Corn. HEX triplet: BA, 93 and 56. RGB value is (186,147,86). Sum of RGB (Red+Green+Blue) = 186+147+86=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9356 is #456CA9. Grayscale: #979797. Windows color (decimal): -4549802 or 5673914. OLE color: 5673914.

HSL color Cylindrical-coordinate representation of color #BA9356: hue angle of 36.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA9356 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 147 86 -
CMYK 0 0.21 0.54 0.27
HSL 36.6º 0.42% 0.53% -
HSV(B) 36.6º 0.54% 0.73% -
XYZ 32.36 31.98 13.27 -
YUV 151.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 186 147 86 0 0.21 0.54 0.27 36.6 0.42 0.53
Hex BA 93 56 0 15 36 1B 25 2A 35
Octal 272 223 126 0 25 66 33 45 52 65
Binary 10111010 10010011 1010110 0 10101 110110 11011 100101 101010 110101

Color Harmonies of #BA9356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9356

Black with #BA9356

Text Example


Text Example

White with #BA9356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9356; }

 p { color: rgb(186,147,86); }

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

background-color css

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

 a { background-color: rgb(186,147,86); }

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

border-color css

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

 span { border-color: rgb(186,147,86); }

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