#BA8B62

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

Shades of Barley Corn #BA8B62

Tints of Barley Corn #BA8B62

Color information

#BA8B62 (or 0xBA8B62) is unknown color: approx Barley Corn. HEX triplet: BA, 8B and 62. RGB value is (186,139,98). Sum of RGB (Red+Green+Blue) = 186+139+98=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8B62 is #45749D. Grayscale: #949494. Windows color (decimal): -4551838 or 6458298. OLE color: 6458298.

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

Color convert

RGB18613998-
CMYK00.250.470.27
HSL27.95º38.94%55.69%-
HSV(B)27.95º47.31%72.94%-
XYZ31.6929.7915.63-
YUV148.3899.57154.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 98 (38.67% from 255) = 23.17%
R=43.97%
G=32.86%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861399800.250.470.2727.9538.9455.69
HexBA8B620192F1B1c2738
Octal2722131420315733344770
Binary101110101000101111000100110011011111101111100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B62; }

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

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

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

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

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

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

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

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