#B19663

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

Shades of Barley Corn #B19663

Tints of Barley Corn #B19663

Color information

#B19663 (or 0xB19663) is unknown color: approx Barley Corn. HEX triplet: B1, 96 and 63. RGB value is (177,150,99). Sum of RGB (Red+Green+Blue) = 177+150+99=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B19663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19663 is #4E699C. Grayscale: #989898. Windows color (decimal): -5138845 or 6526641. OLE color: 6526641.

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

Color convert

RGB17715099-
CMYK00.150.440.31
HSL39.23º33.33%54.12%-
HSV(B)39.23º44.07%69.41%-
XYZ31.2932.0616.34-
YUV152.2697.95145.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 99 (39.06% from 255) = 23.24%
R=41.55%
G=35.21%
B=23.24%

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
Decimal1771509900.150.440.3139.2333.3354.12
HexB196630F2C1F272136
Octal2612261430175437474166
Binary101100011001011011000110111110110011111100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19663; }

 p { color: rgb(177,150,99); }

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

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

 a { background-color: rgb(177,150,99); }

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

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

 span { border-color: rgb(177,150,99); }

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