#B49857

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

Shades of Barley Corn #B49857

Tints of Barley Corn #B49857

Color information

#B49857 (or 0xB49857) is unknown color: approx Barley Corn. HEX triplet: B4, 98 and 57. RGB value is (180,152,87). Sum of RGB (Red+Green+Blue) = 180+152+87=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B49857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49857 is #4B67A8. Grayscale: #999999. Windows color (decimal): -4941737 or 5740724. OLE color: 5740724.

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

Color convert

RGB18015287-
CMYK00.160.520.29
HSL41.94º38.27%52.35%-
HSV(B)41.94º51.67%70.59%-
XYZ31.7732.8513.68-
YUV152.9690.78147.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 152 (59.77% from 255) = 36.28%
BLUE value IS 87 (34.38% from 255) = 20.76%
R=42.96%
G=36.28%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801528700.160.520.2941.9438.2752.35
HexB49857010341D2a2634
Octal2642301270206435524664
Binary1011010010011000101011101000011010011101101010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49857; }

 p { color: rgb(180,152,87); }

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

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

 a { background-color: rgb(180,152,87); }

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

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

 span { border-color: rgb(180,152,87); }

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