Html Css Color HEX #BA915E Barley Corn

📋 copy color: '#BA915E'

red 186 ◦ green 145 ◦ blue 94

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

Shades of Barley Corn #BA915E

Tints of Barley Corn #BA915E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.12%

R = 43.76%
G = 34.12%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA915E (or 0xBA915E) is known color: Barley Corn. HEX triplet: BA, 91 and 5E. RGB value is (186,145,94). Sum of RGB (Red+Green+Blue) = 186+145+94=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA915E is #456EA1. Grayscale: #979797. Windows color (decimal): -4550306 or 6197690. OLE color: 6197690.

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

Color convert

RGB 186 145 94 -
CMYK 0 0.22 0.49 0.27
HSL 33.26º 0.4% 0.55% -
HSV(B) 33.26º 0.49% 0.73% -
XYZ 32.4 31.5 14.96 -
YUV 151.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 186 145 94 0 0.22 0.49 0.27 33.26 0.4 0.55
Hex BA 91 5E 0 16 31 1B 21 28 37
Octal 272 221 136 0 26 61 33 41 50 67
Binary 10111010 10010001 1011110 0 10110 110001 11011 100001 101000 110111

Color Harmonies of #BA915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA915E

Black with #BA915E

Text Example


Text Example

White with #BA915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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