Html Css Color HEX #BA8F5E Barley Corn

📋 copy color: '#BA8F5E'

red 186 ◦ green 143 ◦ blue 94

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

Shades of Barley Corn #BA8F5E

Tints of Barley Corn #BA8F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.81%

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

R = 43.97%
G = 33.81%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA8F5E (or 0xBA8F5E) is known color: Barley Corn. HEX triplet: BA, 8F and 5E. RGB value is (186,143,94). Sum of RGB (Red+Green+Blue) = 186+143+94=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F5E is #4570A1. Grayscale: #969696. Windows color (decimal): -4550818 or 6197178. OLE color: 6197178.

HSL color Cylindrical-coordinate representation of color #BA8F5E: hue angle of 31.96º 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 #BA8F5E is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 143 94 -
CMYK 0 0.23 0.49 0.27
HSL 31.96º 0.4% 0.55% -
HSV(B) 31.96º 0.49% 0.73% -
XYZ 32.09 30.89 14.86 -
YUV 150.27 96.25 153.48 -
System Red Green Blue C M Y K H S L
Decimal 186 143 94 0 0.23 0.49 0.27 31.96 0.4 0.55
Hex BA 8F 5E 0 17 31 1B 20 28 37
Octal 272 217 136 0 27 61 33 40 50 67
Binary 10111010 10001111 1011110 0 10111 110001 11011 100000 101000 110111

Color Harmonies of #BA8F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F5E

Black with #BA8F5E

Text Example


Text Example

White with #BA8F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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