Html Css Color HEX #BA9961 Barley Corn

📋 copy color: '#BA9961'

red 186 ◦ green 153 ◦ blue 97

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

Shades of Barley Corn #BA9961

Tints of Barley Corn #BA9961

RGB

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

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

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

R = 42.66%
G = 35.09%
B = 22.25%

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

#BA9961 (or 0xBA9961) is known color: Barley Corn. HEX triplet: BA, 99 and 61. RGB value is (186,153,97). Sum of RGB (Red+Green+Blue) = 186+153+97=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9961 is #45669E. Grayscale: #9C9C9C. Windows color (decimal): -4548255 or 6396346. OLE color: 6396346.

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

Color convert

RGB 186 153 97 -
CMYK 0 0.18 0.48 0.27
HSL 37.75º 0.39% 0.55% -
HSV(B) 37.75º 0.48% 0.73% -
XYZ 33.8 34.08 16.11 -
YUV 156.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 186 153 97 0 0.18 0.48 0.27 37.75 0.39 0.55
Hex BA 99 61 0 12 30 1B 26 27 37
Octal 272 231 141 0 22 60 33 46 47 67
Binary 10111010 10011001 1100001 0 10010 110000 11011 100110 100111 110111

Color Harmonies of #BA9961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9961

Black with #BA9961

Text Example


Text Example

White with #BA9961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9961; }

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

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

background-color css

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

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

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

border-color css

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

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

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