#BA8E63

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

Shades of Barley Corn #BA8E63

Tints of Barley Corn #BA8E63

Color information

#BA8E63 (or 0xBA8E63) is unknown color: approx Barley Corn. HEX triplet: BA, 8E and 63. RGB value is (186,142,99). Sum of RGB (Red+Green+Blue) = 186+142+99=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E63 is #45719C. Grayscale: #969696. Windows color (decimal): -4551069 or 6524602. OLE color: 6524602.

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

Color convert

RGB18614299-
CMYK00.240.470.27
HSL29.66º38.67%55.88%-
HSV(B)29.66º46.77%72.94%-
XYZ32.1730.6916.03-
YUV150.2599.08153.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=43.56%
G=33.26%
B=23.19%

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
Decimal1861429900.240.470.2729.6638.6755.88
HexBA8E630182F1B1e2738
Octal2722161430305733364770
Binary101110101000111011000110110001011111101111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E63; }

 p { color: rgb(186,142,99); }

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

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

 a { background-color: rgb(186,142,99); }

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

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

 span { border-color: rgb(186,142,99); }

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