#B19363

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

Shades of Barley Corn #B19363

Tints of Barley Corn #B19363

Color information

#B19363 (or 0xB19363) is unknown color: approx Barley Corn. HEX triplet: B1, 93 and 63. RGB value is (177,147,99). Sum of RGB (Red+Green+Blue) = 177+147+99=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B19363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19363 is #4E6C9C. Grayscale: #969696. Windows color (decimal): -5139613 or 6525873. OLE color: 6525873.

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

Color convert

RGB17714799-
CMYK00.170.440.31
HSL36.92º33.33%54.12%-
HSV(B)36.92º44.07%69.41%-
XYZ30.8231.1216.19-
YUV150.598.94146.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=41.84%
G=34.75%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771479900.170.440.3136.9233.3354.12
HexB193630112C1F252136
Octal2612231430215437454166
Binary1011000110010011110001101000110110011111100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19363; }

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

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

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

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

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

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

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

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