#BA945B

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

Shades of Barley Corn #BA945B

Tints of Barley Corn #BA945B

Color information

#BA945B (or 0xBA945B) is unknown color: approx Barley Corn. HEX triplet: BA, 94 and 5B. RGB value is (186,148,91). Sum of RGB (Red+Green+Blue) = 186+148+91=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA945B is #456BA4. Grayscale: #999999. Windows color (decimal): -4549541 or 6001850. OLE color: 6001850.

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

Color convert

RGB18614891-
CMYK00.200.510.27
HSL36º40.77%54.31%-
HSV(B)36º51.08%72.94%-
XYZ32.7332.3714.42-
YUV152.8693.09151.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 91 (35.94% from 255) = 21.41%
R=43.76%
G=34.82%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861489100.200.510.273640.7754.31
HexBA945B014331B242936
Octal2722241330246333445166
Binary1011101010010100101101101010011001111011100100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA945B; }

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

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

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

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

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

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

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

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