#B49355

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

Shades of Barley Corn #B49355

Tints of Barley Corn #B49355

Color information

#B49355 (or 0xB49355) is unknown color: approx Barley Corn. HEX triplet: B4, 93 and 55. RGB value is (180,147,85). Sum of RGB (Red+Green+Blue) = 180+147+85=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B49355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49355 is #4B6CAA. Grayscale: #969696. Windows color (decimal): -4943019 or 5608372. OLE color: 5608372.

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

Color convert

RGB18014785-
CMYK00.180.530.29
HSL39.16º38.78%51.96%-
HSV(B)39.16º52.78%70.59%-
XYZ30.931.2312.99-
YUV149.891.43149.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 85 (33.59% from 255) = 20.63%
R=43.69%
G=35.68%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801478500.180.530.2939.1638.7851.96
HexB49355012351D272734
Octal2642231250226535474764
Binary1011010010010011101010101001011010111101100111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49355; }

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

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

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

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

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

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

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

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