#BA975A

Color #BA975A Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #BA975A

Tints of Barley Corn #BA975A

Color information

#BA975A (or 0xBA975A) is unknown color: approx Barley Corn. HEX triplet: BA, 97 and 5A. RGB value is (186,151,90). Sum of RGB (Red+Green+Blue) = 186+151+90=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA975A is #4568A5. Grayscale: #9A9A9A. Windows color (decimal): -4548774 or 5937082. OLE color: 5937082.

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

Color convert

RGB18615190-
CMYK00.190.520.27
HSL38.13º41.03%54.12%-
HSV(B)38.13º51.61%72.94%-
XYZ33.1633.3114.35-
YUV154.5191.6150.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=43.56%
G=35.36%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861519000.190.520.2738.1341.0354.12
HexBA975A013341B262936
Octal2722271320236433465166
Binary1011101010010111101101001001111010011011100110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA975A; }

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

 H1.HeaderClassName
 {
   color: #BA975A;
 }
 .AnyTagClassName
 {
   color: #BA975A;
 }
</style>
background-color css

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

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

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

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

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

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