Html Css Color HEX #BA8E64 Barley Corn

📋 copy color: '#BA8E64'

red 186 ◦ green 142 ◦ blue 100

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

Shades of Barley Corn #BA8E64

Tints of Barley Corn #BA8E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.36%

R = 43.46%
G = 33.18%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA8E64 (or 0xBA8E64) is known color: Barley Corn. HEX triplet: BA, 8E and 64. RGB value is (186,142,100). Sum of RGB (Red+Green+Blue) = 186+142+100=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E64 is #45719B. Grayscale: #969696. Windows color (decimal): -4551068 or 6590138. OLE color: 6590138.

HSL color Cylindrical-coordinate representation of color #BA8E64: hue angle of 29.3º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA8E64 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 142 100 -
CMYK 0 0.24 0.46 0.27
HSL 29.3º 0.38% 0.56% -
HSV(B) 29.3º 0.46% 0.73% -
XYZ 32.22 30.71 16.28 -
YUV 150.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 186 142 100 0 0.24 0.46 0.27 29.3 0.38 0.56
Hex BA 8E 64 0 18 2E 1B 1D 26 38
Octal 272 216 144 0 30 56 33 35 46 70
Binary 10111010 10001110 1100100 0 11000 101110 11011 11101 100110 111000

Color Harmonies of #BA8E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8E64

Black with #BA8E64

Text Example


Text Example

White with #BA8E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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