#B49255

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

Shades of Barley Corn #B49255

Tints of Barley Corn #B49255

Color information

#B49255 (or 0xB49255) is unknown color: approx Barley Corn. HEX triplet: B4, 92 and 55. RGB value is (180,146,85). Sum of RGB (Red+Green+Blue) = 180+146+85=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B49255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49255 is #4B6DAA. Grayscale: #959595. Windows color (decimal): -4943275 or 5608116. OLE color: 5608116.

HSL color Cylindrical-coordinate representation of color #B49255: hue angle of 38.53º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B49255 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB18014685-
CMYK00.190.530.29
HSL38.53º38.78%51.96%-
HSV(B)38.53º52.78%70.59%-
XYZ30.7430.9212.94-
YUV149.2191.76149.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=43.80%
G=35.52%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801468500.190.530.2938.5338.7851.96
HexB49255013351D272734
Octal2642221250236535474764
Binary1011010010010010101010101001111010111101100111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49255; }

 p { color: rgb(180,146,85); }

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

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

 a { background-color: rgb(180,146,85); }

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

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

 span { border-color: rgb(180,146,85); }

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