#B49453

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

Shades of Barley Corn #B49453

Tints of Barley Corn #B49453

Color information

#B49453 (or 0xB49453) is unknown color: approx Barley Corn. HEX triplet: B4, 94 and 53. RGB value is (180,148,83). Sum of RGB (Red+Green+Blue) = 180+148+83=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B49453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49453 is #4B6BAC. Grayscale: #969696. Windows color (decimal): -4942765 or 5477556. OLE color: 5477556.

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

Color convert

RGB18014883-
CMYK00.180.540.29
HSL40.21º39.27%51.57%-
HSV(B)40.21º53.89%70.59%-
XYZ30.9731.5112.63-
YUV150.1690.1149.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 148 (58.20% from 255) = 36.01%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=43.80%
G=36.01%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801488300.180.540.2940.2139.2751.57
HexB49453012361D282734
Octal2642241230226635504764
Binary1011010010010100101001101001011011011101101000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49453; }

 p { color: rgb(180,148,83); }

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

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

 a { background-color: rgb(180,148,83); }

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

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

 span { border-color: rgb(180,148,83); }

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