Html Css Color HEX #BA9E60 Barley Corn

📋 copy color: '#BA9E60'

red 186 ◦ green 158 ◦ blue 96

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

Shades of Barley Corn #BA9E60

Tints of Barley Corn #BA9E60

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.91%

 BLUE value IS 96 (37.89% from 255) = 21.82%

R = 42.27%
G = 35.91%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA9E60 (or 0xBA9E60) is known color: Barley Corn. HEX triplet: BA, 9E and 60. RGB value is (186,158,96). Sum of RGB (Red+Green+Blue) = 186+158+96=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E60 is #45619F. Grayscale: #9F9F9F. Windows color (decimal): -4546976 or 6332090. OLE color: 6332090.

HSL color Cylindrical-coordinate representation of color #BA9E60: hue angle of 41.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA9E60 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 158 96 -
CMYK 0 0.15 0.48 0.27
HSL 41.33º 0.39% 0.55% -
HSV(B) 41.33º 0.48% 0.73% -
XYZ 34.59 35.74 16.14 -
YUV 159.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 186 158 96 0 0.15 0.48 0.27 41.33 0.39 0.55
Hex BA 9E 60 0 F 30 1B 29 27 37
Octal 272 236 140 0 17 60 33 51 47 67
Binary 10111010 10011110 1100000 0 1111 110000 11011 101001 100111 110111

Color Harmonies of #BA9E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E60

Black with #BA9E60

Text Example


Text Example

White with #BA9E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E60; }

 p { color: rgb(186,158,96); }

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

background-color css

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

 a { background-color: rgb(186,158,96); }

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

border-color css

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

 span { border-color: rgb(186,158,96); }

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