#B19063

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

Shades of Barley Corn #B19063

Tints of Barley Corn #B19063

Color information

#B19063 (or 0xB19063) is unknown color: approx Barley Corn. HEX triplet: B1, 90 and 63. RGB value is (177,144,99). Sum of RGB (Red+Green+Blue) = 177+144+99=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B19063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19063 is #4E6F9C. Grayscale: #949494. Windows color (decimal): -5140381 or 6525105. OLE color: 6525105.

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

Color convert

RGB17714499-
CMYK00.190.440.31
HSL34.62º33.33%54.12%-
HSV(B)34.62º44.07%69.41%-
XYZ30.3630.1916.03-
YUV148.7499.93148.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 99 (39.06% from 255) = 23.57%
R=42.14%
G=34.29%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771449900.190.440.3134.6233.3354.12
HexB190630132C1F232136
Octal2612201430235437434166
Binary1011000110010000110001101001110110011111100011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19063; }

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

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

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

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

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

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

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

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