Html Css Color HEX #BA9B5D Barley Corn

📋 copy color: '#BA9B5D'

red 186 ◦ green 155 ◦ blue 93

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

Shades of Barley Corn #BA9B5D

Tints of Barley Corn #BA9B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.71%

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 42.86%
G = 35.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA9B5D (or 0xBA9B5D) is known color: Barley Corn. HEX triplet: BA, 9B and 5D. RGB value is (186,155,93). Sum of RGB (Red+Green+Blue) = 186+155+93=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B5D is #4564A2. Grayscale: #9D9D9D. Windows color (decimal): -4547747 or 6134714. OLE color: 6134714.

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

Color convert

RGB 186 155 93 -
CMYK 0 0.17 0.5 0.27
HSL 40º 0.4% 0.55% -
HSV(B) 40º 0.5% 0.73% -
XYZ 33.95 34.67 15.26 -
YUV 157.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 186 155 93 0 0.17 0.5 0.27 40 0.4 0.55
Hex BA 9B 5D 0 11 32 1B 28 28 37
Octal 272 233 135 0 21 62 33 50 50 67
Binary 10111010 10011011 1011101 0 10001 110010 11011 101000 101000 110111

Color Harmonies of #BA9B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B5D

Black with #BA9B5D

Text Example


Text Example

White with #BA9B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B5D; }

 p { color: rgb(186,155,93); }

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

background-color css

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

 a { background-color: rgb(186,155,93); }

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

border-color css

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

 span { border-color: rgb(186,155,93); }

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