Html Css Color HEX #BA9861 Barley Corn

📋 copy color: '#BA9861'

red 186 ◦ green 152 ◦ blue 97

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

Shades of Barley Corn #BA9861

Tints of Barley Corn #BA9861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.3%

R = 42.76%
G = 34.94%
B = 22.3%

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

#BA9861 (or 0xBA9861) is known color: Barley Corn. HEX triplet: BA, 98 and 61. RGB value is (186,152,97). Sum of RGB (Red+Green+Blue) = 186+152+97=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9861 is #45679E. Grayscale: #9C9C9C. Windows color (decimal): -4548511 or 6396090. OLE color: 6396090.

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

Color convert

RGB 186 152 97 -
CMYK 0 0.18 0.48 0.27
HSL 37.08º 0.39% 0.55% -
HSV(B) 37.08º 0.48% 0.73% -
XYZ 33.64 33.76 16.05 -
YUV 155.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 186 152 97 0 0.18 0.48 0.27 37.08 0.39 0.55
Hex BA 98 61 0 12 30 1B 25 27 37
Octal 272 230 141 0 22 60 33 45 47 67
Binary 10111010 10011000 1100001 0 10010 110000 11011 100101 100111 110111

Color Harmonies of #BA9861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9861

Black with #BA9861

Text Example


Text Example

White with #BA9861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9861; }

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

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

background-color css

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

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

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

border-color css

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

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

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