Html Css Color HEX #BA9354 Barley Corn

📋 copy color: '#BA9354'

red 186 ◦ green 147 ◦ blue 84

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

Shades of Barley Corn #BA9354

Tints of Barley Corn #BA9354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.14%

R = 44.6%
G = 35.25%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA9354 (or 0xBA9354) is known color: Barley Corn. HEX triplet: BA, 93 and 54. RGB value is (186,147,84). Sum of RGB (Red+Green+Blue) = 186+147+84=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9354 is #456CAB. Grayscale: #979797. Windows color (decimal): -4549804 or 5542842. OLE color: 5542842.

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

Color convert

RGB 186 147 84 -
CMYK 0 0.21 0.55 0.27
HSL 37.06º 0.43% 0.53% -
HSV(B) 37.06º 0.55% 0.73% -
XYZ 32.28 31.95 12.85 -
YUV 151.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 186 147 84 0 0.21 0.55 0.27 37.06 0.43 0.53
Hex BA 93 54 0 15 37 1B 25 2A 35
Octal 272 223 124 0 25 67 33 45 52 65
Binary 10111010 10010011 1010100 0 10101 110111 11011 100101 101010 110101

Color Harmonies of #BA9354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9354

Black with #BA9354

Text Example


Text Example

White with #BA9354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9354; }

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

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

background-color css

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

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

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

border-color css

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

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

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