#BA9058

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

Shades of Barley Corn #BA9058

Tints of Barley Corn #BA9058

Color information

#BA9058 (or 0xBA9058) is unknown color: approx Barley Corn. HEX triplet: BA, 90 and 58. RGB value is (186,144,88). Sum of RGB (Red+Green+Blue) = 186+144+88=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9058 is #456FA7. Grayscale: #969696. Windows color (decimal): -4550568 or 5804218. OLE color: 5804218.

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

Color convert

RGB18614488-
CMYK00.230.530.27
HSL34.29º41.53%53.73%-
HSV(B)34.29º52.69%72.94%-
XYZ31.9831.0913.55-
YUV150.1792.91153.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 88 (34.77% from 255) = 21.05%
R=44.50%
G=34.45%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861448800.230.530.2734.2941.5353.73
HexBA9058017351B222a36
Octal2722201300276533425266
Binary1011101010010000101100001011111010111011100010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9058; }

 p { color: rgb(186,144,88); }

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

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

 a { background-color: rgb(186,144,88); }

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

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

 span { border-color: rgb(186,144,88); }

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