Html Css Color HEX #BA975B Barley Corn

📋 copy color: '#BA975B'

red 186 ◦ green 151 ◦ blue 91

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

Shades of Barley Corn #BA975B

Tints of Barley Corn #BA975B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.26%

R = 43.46%
G = 35.28%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA975B (or 0xBA975B) is known color: Barley Corn. HEX triplet: BA, 97 and 5B. RGB value is (186,151,91). Sum of RGB (Red+Green+Blue) = 186+151+91=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA975B is #4568A4. Grayscale: #9A9A9A. Windows color (decimal): -4548773 or 6002618. OLE color: 6002618.

HSL color Cylindrical-coordinate representation of color #BA975B: hue angle of 37.89º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA975B is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 91 -
CMYK 0 0.19 0.51 0.27
HSL 37.89º 0.41% 0.54% -
HSV(B) 37.89º 0.51% 0.73% -
XYZ 33.2 33.33 14.58 -
YUV 154.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 186 151 91 0 0.19 0.51 0.27 37.89 0.41 0.54
Hex BA 97 5B 0 13 33 1B 26 29 36
Octal 272 227 133 0 23 63 33 46 51 66
Binary 10111010 10010111 1011011 0 10011 110011 11011 100110 101001 110110

Color Harmonies of #BA975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA975B

Black with #BA975B

Text Example


Text Example

White with #BA975B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA975B; }

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

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

background-color css

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

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

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

border-color css

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

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

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