#B19B65

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

Shades of Barley Corn #B19B65

Tints of Barley Corn #B19B65

Color information

#B19B65 (or 0xB19B65) is unknown color: approx Barley Corn. HEX triplet: B1, 9B and 65. RGB value is (177,155,101). Sum of RGB (Red+Green+Blue) = 177+155+101=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B65 is #4E649A. Grayscale: #9B9B9B. Windows color (decimal): -5137563 or 6658993. OLE color: 6658993.

HSL color Cylindrical-coordinate representation of color #B19B65: hue angle of 42.63º 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 #B19B65 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB177155101-
CMYK00.120.430.31
HSL42.63º32.76%54.51%-
HSV(B)42.63º42.94%69.41%-
XYZ32.233.7317.13-
YUV155.4297.29143.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=40.88%
G=35.80%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715510100.120.430.3142.6332.7654.51
HexB19B650C2B1F2b2137
Octal2612331450145337534167
Binary101100011001101111001010110010101111111101011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B65; }

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

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

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

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

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

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

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

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