#B19764

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

Shades of Barley Corn #B19764

Tints of Barley Corn #B19764

Color information

#B19764 (or 0xB19764) is unknown color: approx Barley Corn. HEX triplet: B1, 97 and 64. RGB value is (177,151,100). Sum of RGB (Red+Green+Blue) = 177+151+100=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B19764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19764 is #4E689B. Grayscale: #999999. Windows color (decimal): -5138588 or 6592433. OLE color: 6592433.

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

Color convert

RGB177151100-
CMYK00.150.440.31
HSL39.74º33.05%54.31%-
HSV(B)39.74º43.5%69.41%-
XYZ31.532.416.65-
YUV152.9698.11145.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 100 (39.45% from 255) = 23.36%
R=41.36%
G=35.28%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715110000.150.440.3139.7433.0554.31
HexB197640F2C1F282136
Octal2612271440175437504166
Binary101100011001011111001000111110110011111101000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19764; }

 p { color: rgb(177,151,100); }

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

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

 a { background-color: rgb(177,151,100); }

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

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

 span { border-color: rgb(177,151,100); }

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