Html Css Color HEX #BA9955 Barley Corn

📋 copy color: '#BA9955'

red 186 ◦ green 153 ◦ blue 85

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

Shades of Barley Corn #BA9955

Tints of Barley Corn #BA9955

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.08%

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

R = 43.87%
G = 36.08%
B = 20.05%

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

#BA9955 (or 0xBA9955) is known color: Barley Corn. HEX triplet: BA, 99 and 55. RGB value is (186,153,85). Sum of RGB (Red+Green+Blue) = 186+153+85=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9955 is #4566AA. Grayscale: #9B9B9B. Windows color (decimal): -4548267 or 5609914. OLE color: 5609914.

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

Color convert

RGB 186 153 85 -
CMYK 0 0.18 0.54 0.27
HSL 40.4º 0.42% 0.53% -
HSV(B) 40.4º 0.54% 0.73% -
XYZ 33.28 33.88 13.38 -
YUV 155.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 186 153 85 0 0.18 0.54 0.27 40.4 0.42 0.53
Hex BA 99 55 0 12 36 1B 28 2A 35
Octal 272 231 125 0 22 66 33 50 52 65
Binary 10111010 10011001 1010101 0 10010 110110 11011 101000 101010 110101

Color Harmonies of #BA9955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9955

Black with #BA9955

Text Example


Text Example

White with #BA9955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9955; }

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

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

background-color css

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

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

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

border-color css

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

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

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