Html Css Color HEX #BA9C57 Barley Corn

📋 copy color: '#BA9C57'

red 186 ◦ green 156 ◦ blue 87

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

Shades of Barley Corn #BA9C57

Tints of Barley Corn #BA9C57

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.36%

 BLUE value IS 87 (34.38% from 255) = 20.28%

R = 43.36%
G = 36.36%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA9C57 (or 0xBA9C57) is known color: Barley Corn. HEX triplet: BA, 9C and 57. RGB value is (186,156,87). Sum of RGB (Red+Green+Blue) = 186+156+87=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C57 is #4563A8. Grayscale: #9D9D9D. Windows color (decimal): -4547497 or 5741754. OLE color: 5741754.

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

Color convert

RGB 186 156 87 -
CMYK 0 0.16 0.53 0.27
HSL 41.82º 0.42% 0.54% -
HSV(B) 41.82º 0.53% 0.73% -
XYZ 33.86 34.9 13.97 -
YUV 157.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 186 156 87 0 0.16 0.53 0.27 41.82 0.42 0.54
Hex BA 9C 57 0 10 35 1B 2A 2A 36
Octal 272 234 127 0 20 65 33 52 52 66
Binary 10111010 10011100 1010111 0 10000 110101 11011 101010 101010 110110

Color Harmonies of #BA9C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C57

Black with #BA9C57

Text Example


Text Example

White with #BA9C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C57; }

 p { color: rgb(186,156,87); }

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

background-color css

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

 a { background-color: rgb(186,156,87); }

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

border-color css

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

 span { border-color: rgb(186,156,87); }

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