Html Css Color HEX #BA995E Barley Corn

📋 copy color: '#BA995E'

red 186 ◦ green 153 ◦ blue 94

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

Shades of Barley Corn #BA995E

Tints of Barley Corn #BA995E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 42.96%
G = 35.33%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA995E (or 0xBA995E) is known color: Barley Corn. HEX triplet: BA, 99 and 5E. RGB value is (186,153,94). Sum of RGB (Red+Green+Blue) = 186+153+94=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA995E is #4566A1. Grayscale: #9C9C9C. Windows color (decimal): -4548258 or 6199738. OLE color: 6199738.

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

Color convert

RGB 186 153 94 -
CMYK 0 0.18 0.49 0.27
HSL 38.48º 0.4% 0.55% -
HSV(B) 38.48º 0.49% 0.73% -
XYZ 33.66 34.03 15.38 -
YUV 156.14 92.93 149.3 -
System Red Green Blue C M Y K H S L
Decimal 186 153 94 0 0.18 0.49 0.27 38.48 0.4 0.55
Hex BA 99 5E 0 12 31 1B 26 28 37
Octal 272 231 136 0 22 61 33 46 50 67
Binary 10111010 10011001 1011110 0 10010 110001 11011 100110 101000 110111

Color Harmonies of #BA995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA995E

Black with #BA995E

Text Example


Text Example

White with #BA995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA995E; }

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

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

background-color css

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

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

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

border-color css

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

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

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