Html Css Color HEX #BA9A60 Barley Corn

📋 copy color: '#BA9A60'

red 186 ◦ green 154 ◦ blue 96

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

Shades of Barley Corn #BA9A60

Tints of Barley Corn #BA9A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.32%

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

R = 42.66%
G = 35.32%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA9A60 (or 0xBA9A60) is known color: Barley Corn. HEX triplet: BA, 9A and 60. RGB value is (186,154,96). Sum of RGB (Red+Green+Blue) = 186+154+96=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A60 is #45659F. Grayscale: #9D9D9D. Windows color (decimal): -4548000 or 6331066. OLE color: 6331066.

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

Color convert

RGB 186 154 96 -
CMYK 0 0.17 0.48 0.27
HSL 38.67º 0.39% 0.55% -
HSV(B) 38.67º 0.48% 0.73% -
XYZ 33.92 34.39 15.92 -
YUV 156.96 93.6 148.72 -
System Red Green Blue C M Y K H S L
Decimal 186 154 96 0 0.17 0.48 0.27 38.67 0.39 0.55
Hex BA 9A 60 0 11 30 1B 27 27 37
Octal 272 232 140 0 21 60 33 47 47 67
Binary 10111010 10011010 1100000 0 10001 110000 11011 100111 100111 110111

Color Harmonies of #BA9A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A60

Black with #BA9A60

Text Example


Text Example

White with #BA9A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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