Html Css Color HEX #BA9B56 Barley Corn

📋 copy color: '#BA9B56'

red 186 ◦ green 155 ◦ blue 86

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

Shades of Barley Corn #BA9B56

Tints of Barley Corn #BA9B56

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.3%

 BLUE value IS 86 (33.98% from 255) = 20.14%

R = 43.56%
G = 36.3%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA9B56 (or 0xBA9B56) is known color: Barley Corn. HEX triplet: BA, 9B and 56. RGB value is (186,155,86). Sum of RGB (Red+Green+Blue) = 186+155+86=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B56 is #4564A9. Grayscale: #9C9C9C. Windows color (decimal): -4547754 or 5675962. OLE color: 5675962.

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

Color convert

RGB 186 155 86 -
CMYK 0 0.17 0.54 0.27
HSL 41.4º 0.42% 0.53% -
HSV(B) 41.4º 0.54% 0.73% -
XYZ 33.65 34.55 13.7 -
YUV 156.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 186 155 86 0 0.17 0.54 0.27 41.4 0.42 0.53
Hex BA 9B 56 0 11 36 1B 29 2A 35
Octal 272 233 126 0 21 66 33 51 52 65
Binary 10111010 10011011 1010110 0 10001 110110 11011 101001 101010 110101

Color Harmonies of #BA9B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B56

Black with #BA9B56

Text Example


Text Example

White with #BA9B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B56; }

 p { color: rgb(186,155,86); }

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

background-color css

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

 a { background-color: rgb(186,155,86); }

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

border-color css

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

 span { border-color: rgb(186,155,86); }

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