Html Css Color HEX #BA975E Barley Corn

📋 copy color: '#BA975E'

red 186 ◦ green 151 ◦ blue 94

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

Shades of Barley Corn #BA975E

Tints of Barley Corn #BA975E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.03%

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

R = 43.16%
G = 35.03%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA975E (or 0xBA975E) is known color: Barley Corn. HEX triplet: BA, 97 and 5E. RGB value is (186,151,94). Sum of RGB (Red+Green+Blue) = 186+151+94=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA975E is #4568A1. Grayscale: #9B9B9B. Windows color (decimal): -4548770 or 6199226. OLE color: 6199226.

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

Color convert

RGB 186 151 94 -
CMYK 0 0.19 0.49 0.27
HSL 37.17º 0.4% 0.55% -
HSV(B) 37.17º 0.49% 0.73% -
XYZ 33.34 33.38 15.28 -
YUV 154.97 93.6 150.13 -
System Red Green Blue C M Y K H S L
Decimal 186 151 94 0 0.19 0.49 0.27 37.17 0.4 0.55
Hex BA 97 5E 0 13 31 1B 25 28 37
Octal 272 227 136 0 23 61 33 45 50 67
Binary 10111010 10010111 1011110 0 10011 110001 11011 100101 101000 110111

Color Harmonies of #BA975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA975E

Black with #BA975E

Text Example


Text Example

White with #BA975E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA975E; }

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

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

background-color css

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

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

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

border-color css

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

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

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