#BA9B62

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

Shades of Barley Corn #BA9B62

Tints of Barley Corn #BA9B62

Color information

#BA9B62 (or 0xBA9B62) is unknown color: approx Barley Corn. HEX triplet: BA, 9B and 62. RGB value is (186,155,98). Sum of RGB (Red+Green+Blue) = 186+155+98=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B62 is #45649D. Grayscale: #9E9E9E. Windows color (decimal): -4547742 or 6462394. OLE color: 6462394.

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

Color convert

RGB18615598-
CMYK00.170.470.27
HSL38.86º38.94%55.69%-
HSV(B)38.86º47.31%72.94%-
XYZ34.1834.7616.46-
YUV157.7794.27148.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 98 (38.67% from 255) = 22.32%
R=42.37%
G=35.31%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861559800.170.470.2738.8638.9455.69
HexBA9B620112F1B272738
Octal2722331420215733474770
Binary1011101010011011110001001000110111111011100111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B62; }

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

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

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

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

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

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

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

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