Html Css Color HEX #BA9D5C Barley Corn

📋 copy color: '#BA9D5C'

red 186 ◦ green 157 ◦ blue 92

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

Shades of Barley Corn #BA9D5C

Tints of Barley Corn #BA9D5C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.09%

 BLUE value IS 92 (36.33% from 255) = 21.15%

R = 42.76%
G = 36.09%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA9D5C (or 0xBA9D5C) is known color: Barley Corn. HEX triplet: BA, 9D and 5C. RGB value is (186,157,92). Sum of RGB (Red+Green+Blue) = 186+157+92=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D5C is #4562A3. Grayscale: #9E9E9E. Windows color (decimal): -4547236 or 6069690. OLE color: 6069690.

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

Color convert

RGB 186 157 92 -
CMYK 0 0.16 0.51 0.27
HSL 41.49º 0.41% 0.55% -
HSV(B) 41.49º 0.51% 0.73% -
XYZ 34.24 35.33 15.14 -
YUV 158.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 186 157 92 0 0.16 0.51 0.27 41.49 0.41 0.55
Hex BA 9D 5C 0 10 33 1B 29 29 37
Octal 272 235 134 0 20 63 33 51 51 67
Binary 10111010 10011101 1011100 0 10000 110011 11011 101001 101001 110111

Color Harmonies of #BA9D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D5C

Black with #BA9D5C

Text Example


Text Example

White with #BA9D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D5C; }

 p { color: rgb(186,157,92); }

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

background-color css

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

 a { background-color: rgb(186,157,92); }

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

border-color css

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

 span { border-color: rgb(186,157,92); }

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