Html Css Color HEX #BA9854 Barley Corn

📋 copy color: '#BA9854'

red 186 ◦ green 152 ◦ blue 84

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

Shades of Barley Corn #BA9854

Tints of Barley Corn #BA9854

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.02%

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

R = 44.08%
G = 36.02%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA9854 (or 0xBA9854) is known color: Barley Corn. HEX triplet: BA, 98 and 54. RGB value is (186,152,84). Sum of RGB (Red+Green+Blue) = 186+152+84=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9854 is #4567AB. Grayscale: #9A9A9A. Windows color (decimal): -4548524 or 5544122. OLE color: 5544122.

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

Color convert

RGB 186 152 84 -
CMYK 0 0.18 0.55 0.27
HSL 40º 0.43% 0.53% -
HSV(B) 40º 0.55% 0.73% -
XYZ 33.08 33.54 13.12 -
YUV 154.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 186 152 84 0 0.18 0.55 0.27 40 0.43 0.53
Hex BA 98 54 0 12 37 1B 28 2A 35
Octal 272 230 124 0 22 67 33 50 52 65
Binary 10111010 10011000 1010100 0 10010 110111 11011 101000 101010 110101

Color Harmonies of #BA9854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9854

Black with #BA9854

Text Example


Text Example

White with #BA9854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9854; }

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

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

background-color css

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

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

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

border-color css

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

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

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