Html Css Color HEX #BA9860 Barley Corn

📋 copy color: '#BA9860'

red 186 ◦ green 152 ◦ blue 96

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

Shades of Barley Corn #BA9860

Tints of Barley Corn #BA9860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 42.86%
G = 35.02%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA9860 (or 0xBA9860) is known color: Barley Corn. HEX triplet: BA, 98 and 60. RGB value is (186,152,96). Sum of RGB (Red+Green+Blue) = 186+152+96=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9860 is #45679F. Grayscale: #9C9C9C. Windows color (decimal): -4548512 or 6330554. OLE color: 6330554.

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

Color convert

RGB 186 152 96 -
CMYK 0 0.18 0.48 0.27
HSL 37.33º 0.39% 0.55% -
HSV(B) 37.33º 0.48% 0.73% -
XYZ 33.59 33.74 15.81 -
YUV 155.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 186 152 96 0 0.18 0.48 0.27 37.33 0.39 0.55
Hex BA 98 60 0 12 30 1B 25 27 37
Octal 272 230 140 0 22 60 33 45 47 67
Binary 10111010 10011000 1100000 0 10010 110000 11011 100101 100111 110111

Color Harmonies of #BA9860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9860

Black with #BA9860

Text Example


Text Example

White with #BA9860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9860; }

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

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

background-color css

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

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

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

border-color css

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

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

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