#B19A65

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

Shades of Barley Corn #B19A65

Tints of Barley Corn #B19A65

Color information

#B19A65 (or 0xB19A65) is unknown color: approx Barley Corn. HEX triplet: B1, 9A and 65. RGB value is (177,154,101). Sum of RGB (Red+Green+Blue) = 177+154+101=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A65 is #4E659A. Grayscale: #9B9B9B. Windows color (decimal): -5137819 or 6658737. OLE color: 6658737.

HSL color Cylindrical-coordinate representation of color #B19A65: hue angle of 41.84º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B19A65 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB177154101-
CMYK00.130.430.31
HSL41.84º32.76%54.51%-
HSV(B)41.84º42.94%69.41%-
XYZ32.0433.417.07-
YUV154.8497.62143.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=40.97%
G=35.65%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715410100.130.430.3141.8432.7654.51
HexB19A650D2B1F2a2137
Octal2612321450155337524167
Binary101100011001101011001010110110101111111101010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A65; }

 p { color: rgb(177,154,101); }

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

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

 a { background-color: rgb(177,154,101); }

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

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

 span { border-color: rgb(177,154,101); }

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