Html Css Color HEX #BA975F Barley Corn

📋 copy color: '#BA975F'

red 186 ◦ green 151 ◦ blue 95

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

Shades of Barley Corn #BA975F

Tints of Barley Corn #BA975F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.99%

R = 43.06%
G = 34.95%
B = 21.99%

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

#BA975F (or 0xBA975F) is known color: Barley Corn. HEX triplet: BA, 97 and 5F. RGB value is (186,151,95). Sum of RGB (Red+Green+Blue) = 186+151+95=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA975F is #4568A0. Grayscale: #9B9B9B. Windows color (decimal): -4548769 or 6264762. OLE color: 6264762.

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

Color convert

RGB 186 151 95 -
CMYK 0 0.19 0.49 0.27
HSL 36.92º 0.4% 0.55% -
HSV(B) 36.92º 0.49% 0.73% -
XYZ 33.38 33.4 15.51 -
YUV 155.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 186 151 95 0 0.19 0.49 0.27 36.92 0.4 0.55
Hex BA 97 5F 0 13 31 1B 25 28 37
Octal 272 227 137 0 23 61 33 45 50 67
Binary 10111010 10010111 1011111 0 10011 110001 11011 100101 101000 110111

Color Harmonies of #BA975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA975F

Black with #BA975F

Text Example


Text Example

White with #BA975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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