Html Css Color HEX #BA9855 Barley Corn

📋 copy color: '#BA9855'

red 186 ◦ green 152 ◦ blue 85

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

Shades of Barley Corn #BA9855

Tints of Barley Corn #BA9855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.09%

R = 43.97%
G = 35.93%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA9855 (or 0xBA9855) is known color: Barley Corn. HEX triplet: BA, 98 and 55. RGB value is (186,152,85). Sum of RGB (Red+Green+Blue) = 186+152+85=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9855 is #4567AA. Grayscale: #9A9A9A. Windows color (decimal): -4548523 or 5609658. OLE color: 5609658.

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

Color convert

RGB 186 152 85 -
CMYK 0 0.18 0.54 0.27
HSL 39.8º 0.42% 0.53% -
HSV(B) 39.8º 0.54% 0.73% -
XYZ 33.12 33.55 13.32 -
YUV 154.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 186 152 85 0 0.18 0.54 0.27 39.8 0.42 0.53
Hex BA 98 55 0 12 36 1B 28 2A 35
Octal 272 230 125 0 22 66 33 50 52 65
Binary 10111010 10011000 1010101 0 10010 110110 11011 101000 101010 110101

Color Harmonies of #BA9855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9855

Black with #BA9855

Text Example


Text Example

White with #BA9855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9855; }

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

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

background-color css

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

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

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

border-color css

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

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

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