Html Css Color HEX #BA8C64 Barley Corn

📋 copy color: '#BA8C64'

red 186 ◦ green 140 ◦ blue 100

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

Shades of Barley Corn #BA8C64

Tints of Barley Corn #BA8C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.86%

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

R = 43.66%
G = 32.86%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA8C64 (or 0xBA8C64) is known color: Barley Corn. HEX triplet: BA, 8C and 64. RGB value is (186,140,100). Sum of RGB (Red+Green+Blue) = 186+140+100=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C64 is #45739B. Grayscale: #959595. Windows color (decimal): -4551580 or 6589626. OLE color: 6589626.

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

Color convert

RGB 186 140 100 -
CMYK 0 0.25 0.46 0.27
HSL 27.91º 0.38% 0.56% -
HSV(B) 27.91º 0.46% 0.73% -
XYZ 31.93 30.12 16.19 -
YUV 149.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 186 140 100 0 0.25 0.46 0.27 27.91 0.38 0.56
Hex BA 8C 64 0 19 2E 1B 1C 26 38
Octal 272 214 144 0 31 56 33 34 46 70
Binary 10111010 10001100 1100100 0 11001 101110 11011 11100 100110 111000

Color Harmonies of #BA8C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C64

Black with #BA8C64

Text Example


Text Example

White with #BA8C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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