Html Css Color HEX #BA935B Barley Corn

📋 copy color: '#BA935B'

red 186 ◦ green 147 ◦ blue 91

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

Shades of Barley Corn #BA935B

Tints of Barley Corn #BA935B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.46%

R = 43.87%
G = 34.67%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA935B (or 0xBA935B) is known color: Barley Corn. HEX triplet: BA, 93 and 5B. RGB value is (186,147,91). Sum of RGB (Red+Green+Blue) = 186+147+91=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA935B is #456CA4. Grayscale: #989898. Windows color (decimal): -4549797 or 6001594. OLE color: 6001594.

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

Color convert

RGB 186 147 91 -
CMYK 0 0.21 0.51 0.27
HSL 35.37º 0.41% 0.54% -
HSV(B) 35.37º 0.51% 0.73% -
XYZ 32.57 32.06 14.37 -
YUV 152.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 186 147 91 0 0.21 0.51 0.27 35.37 0.41 0.54
Hex BA 93 5B 0 15 33 1B 23 29 36
Octal 272 223 133 0 25 63 33 43 51 66
Binary 10111010 10010011 1011011 0 10101 110011 11011 100011 101001 110110

Color Harmonies of #BA935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA935B

Black with #BA935B

Text Example


Text Example

White with #BA935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA935B; }

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

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

background-color css

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

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

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

border-color css

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

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

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