#ba8f63

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

Shades of Barley Corn #BA8F63

Tints of Barley Corn #BA8F63

Color information

#BA8F63 (or 0xBA8F63) is unknown color: approx Barley Corn. HEX triplet: BA, 8F and 63. RGB value is (186,143,99). Sum of RGB (Red+Green+Blue) = 186+143+99=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F63 is #45709C. Grayscale: #979797. Windows color (decimal): -4550813 or 6524858. OLE color: 6524858.

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

Color convert

RGB18614399-
CMYK00.230.470.27
HSL30.34º38.67%55.88%-
HSV(B)30.34º46.77%72.94%-
XYZ32.3230.9816.08-
YUV150.8498.75153.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 99 (39.06% from 255) = 23.13%
R=43.46%
G=33.41%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861439900.230.470.2730.3438.6755.88
HexBA8F630172F1B1e2738
Octal2722171430275733364770
Binary101110101000111111000110101111011111101111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba8f63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba8f63; }

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

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

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

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

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

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

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

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