Html Css Color HEX #BA8E5E Barley Corn

📋 copy color: '#BA8E5E'

red 186 ◦ green 142 ◦ blue 94

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

Shades of Barley Corn #BA8E5E

Tints of Barley Corn #BA8E5E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

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

R = 44.08%
G = 33.65%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA8E5E (or 0xBA8E5E) is known color: Barley Corn. HEX triplet: BA, 8E and 5E. RGB value is (186,142,94). Sum of RGB (Red+Green+Blue) = 186+142+94=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E5E is #4571A1. Grayscale: #959595. Windows color (decimal): -4551074 or 6196922. OLE color: 6196922.

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

Color convert

RGB 186 142 94 -
CMYK 0 0.24 0.49 0.27
HSL 31.3º 0.4% 0.55% -
HSV(B) 31.3º 0.49% 0.73% -
XYZ 31.94 30.59 14.81 -
YUV 149.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 186 142 94 0 0.24 0.49 0.27 31.3 0.4 0.55
Hex BA 8E 5E 0 18 31 1B 1F 28 37
Octal 272 216 136 0 30 61 33 37 50 67
Binary 10111010 10001110 1011110 0 11000 110001 11011 11111 101000 110111

Color Harmonies of #BA8E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8E5E

Black with #BA8E5E

Text Example


Text Example

White with #BA8E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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