#BA925D

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

Shades of Barley Corn #BA925D

Tints of Barley Corn #BA925D

Color information

#BA925D (or 0xBA925D) is unknown color: approx Barley Corn. HEX triplet: BA, 92 and 5D. RGB value is (186,146,93). Sum of RGB (Red+Green+Blue) = 186+146+93=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA925D is #456DA2. Grayscale: #989898. Windows color (decimal): -4550051 or 6132410. OLE color: 6132410.

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

Color convert

RGB18614693-
CMYK00.220.50.27
HSL34.19º40.26%54.71%-
HSV(B)34.19º50%72.94%-
XYZ32.531.7914.78-
YUV151.9294.75152.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=43.76%
G=34.35%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861469300.220.50.2734.1940.2654.71
HexBA925D016321B222837
Octal2722221350266233425067
Binary1011101010010010101110101011011001011011100010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA925D; }

 p { color: rgb(186,146,93); }

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

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

 a { background-color: rgb(186,146,93); }

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

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

 span { border-color: rgb(186,146,93); }

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