#B19263

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

Shades of Barley Corn #B19263

Tints of Barley Corn #B19263

Color information

#B19263 (or 0xB19263) is unknown color: approx Barley Corn. HEX triplet: B1, 92 and 63. RGB value is (177,146,99). Sum of RGB (Red+Green+Blue) = 177+146+99=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B19263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19263 is #4E6D9C. Grayscale: #969696. Windows color (decimal): -5139869 or 6525617. OLE color: 6525617.

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

Color convert

RGB17714699-
CMYK00.180.440.31
HSL36.15º33.33%54.12%-
HSV(B)36.15º44.07%69.41%-
XYZ30.6630.8116.13-
YUV149.9199.27147.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 99 (39.06% from 255) = 23.46%
R=41.94%
G=34.60%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771469900.180.440.3136.1533.3354.12
HexB192630122C1F242136
Octal2612221430225437444166
Binary1011000110010010110001101001010110011111100100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19263; }

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

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

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

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

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

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

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

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