Html Css Color HEX #BA8A64 Barley Corn

📋 copy color: '#BA8A64'

red 186 ◦ green 138 ◦ blue 100

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

Shades of Barley Corn #BA8A64

Tints of Barley Corn #BA8A64

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.55%

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

R = 43.87%
G = 32.55%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA8A64 (or 0xBA8A64) is known color: Barley Corn. HEX triplet: BA, 8A and 64. RGB value is (186,138,100). Sum of RGB (Red+Green+Blue) = 186+138+100=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A64 is #45759B. Grayscale: #949494. Windows color (decimal): -4552092 or 6589114. OLE color: 6589114.

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

Color convert

RGB 186 138 100 -
CMYK 0 0.26 0.46 0.27
HSL 26.51º 0.38% 0.56% -
HSV(B) 26.51º 0.46% 0.73% -
XYZ 31.64 29.54 16.09 -
YUV 148.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 186 138 100 0 0.26 0.46 0.27 26.51 0.38 0.56
Hex BA 8A 64 0 1A 2E 1B 1B 26 38
Octal 272 212 144 0 32 56 33 33 46 70
Binary 10111010 10001010 1100100 0 11010 101110 11011 11011 100110 111000

Color Harmonies of #BA8A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A64

Black with #BA8A64

Text Example


Text Example

White with #BA8A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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