#BA8D62

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

Shades of Barley Corn #BA8D62

Tints of Barley Corn #BA8D62

Color information

#BA8D62 (or 0xBA8D62) is unknown color: approx Barley Corn. HEX triplet: BA, 8D and 62. RGB value is (186,141,98). Sum of RGB (Red+Green+Blue) = 186+141+98=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D62 is #45729D. Grayscale: #959595. Windows color (decimal): -4551326 or 6458810. OLE color: 6458810.

HSL color Cylindrical-coordinate representation of color #BA8D62: hue angle of 29.32º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA8D62 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18614198-
CMYK00.240.470.27
HSL29.32º38.94%55.69%-
HSV(B)29.32º47.31%72.94%-
XYZ31.9830.3715.73-
YUV149.5598.91154-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=43.76%
G=33.18%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861419800.240.470.2729.3238.9455.69
HexBA8D620182F1B1d2738
Octal2722151420305733354770
Binary101110101000110111000100110001011111101111101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D62; }

 p { color: rgb(186,141,98); }

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

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

 a { background-color: rgb(186,141,98); }

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

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

 span { border-color: rgb(186,141,98); }

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