#BA995C

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

Shades of Barley Corn #BA995C

Tints of Barley Corn #BA995C

Color information

#BA995C (or 0xBA995C) is unknown color: approx Barley Corn. HEX triplet: BA, 99 and 5C. RGB value is (186,153,92). Sum of RGB (Red+Green+Blue) = 186+153+92=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA995C is #4566A3. Grayscale: #9C9C9C. Windows color (decimal): -4548260 or 6068666. OLE color: 6068666.

HSL color Cylindrical-coordinate representation of color #BA995C: hue angle of 38.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA995C is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18615392-
CMYK00.180.510.27
HSL38.94º40.52%54.51%-
HSV(B)38.94º50.54%72.94%-
XYZ33.5733.9914.92-
YUV155.9191.93149.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=43.16%
G=35.50%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861539200.180.510.2738.9440.5254.51
HexBA995C012331B272937
Octal2722311340226333475167
Binary1011101010011001101110001001011001111011100111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA995C; }

 p { color: rgb(186,153,92); }

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

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

 a { background-color: rgb(186,153,92); }

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

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

 span { border-color: rgb(186,153,92); }

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