Html Css Color HEX #BA9754 Barley Corn

📋 copy color: '#BA9754'

red 186 ◦ green 151 ◦ blue 84

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

Shades of Barley Corn #BA9754

Tints of Barley Corn #BA9754

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.87%

 BLUE value IS 84 (33.2% from 255) = 19.95%

R = 44.18%
G = 35.87%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA9754 (or 0xBA9754) is known color: Barley Corn. HEX triplet: BA, 97 and 54. RGB value is (186,151,84). Sum of RGB (Red+Green+Blue) = 186+151+84=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9754 is #4568AB. Grayscale: #9A9A9A. Windows color (decimal): -4548780 or 5543866. OLE color: 5543866.

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

Color convert

RGB 186 151 84 -
CMYK 0 0.19 0.55 0.27
HSL 39.41º 0.43% 0.53% -
HSV(B) 39.41º 0.55% 0.73% -
XYZ 32.92 33.21 13.06 -
YUV 153.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 186 151 84 0 0.19 0.55 0.27 39.41 0.43 0.53
Hex BA 97 54 0 13 37 1B 27 2A 35
Octal 272 227 124 0 23 67 33 47 52 65
Binary 10111010 10010111 1010100 0 10011 110111 11011 100111 101010 110101

Color Harmonies of #BA9754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9754

Black with #BA9754

Text Example


Text Example

White with #BA9754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9754; }

 p { color: rgb(186,151,84); }

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

background-color css

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

 a { background-color: rgb(186,151,84); }

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

border-color css

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

 span { border-color: rgb(186,151,84); }

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