Html Css Color HEX #BA915C Barley Corn

📋 copy color: '#BA915C'

red 186 ◦ green 145 ◦ blue 92

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

Shades of Barley Corn #BA915C

Tints of Barley Corn #BA915C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.75%

R = 43.97%
G = 34.28%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA915C (or 0xBA915C) is known color: Barley Corn. HEX triplet: BA, 91 and 5C. RGB value is (186,145,92). Sum of RGB (Red+Green+Blue) = 186+145+92=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA915C is #456EA3. Grayscale: #979797. Windows color (decimal): -4550308 or 6066618. OLE color: 6066618.

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

Color convert

RGB 186 145 92 -
CMYK 0 0.22 0.51 0.27
HSL 33.83º 0.41% 0.55% -
HSV(B) 33.83º 0.51% 0.73% -
XYZ 32.31 31.46 14.5 -
YUV 151.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 186 145 92 0 0.22 0.51 0.27 33.83 0.41 0.55
Hex BA 91 5C 0 16 33 1B 22 29 37
Octal 272 221 134 0 26 63 33 42 51 67
Binary 10111010 10010001 1011100 0 10110 110011 11011 100010 101001 110111

Color Harmonies of #BA915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA915C

Black with #BA915C

Text Example


Text Example

White with #BA915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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