#B49153

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

Shades of Barley Corn #B49153

Tints of Barley Corn #B49153

Color information

#B49153 (or 0xB49153) is unknown color: approx Barley Corn. HEX triplet: B4, 91 and 53. RGB value is (180,145,83). Sum of RGB (Red+Green+Blue) = 180+145+83=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B49153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49153 is #4B6EAC. Grayscale: #949494. Windows color (decimal): -4943533 or 5476788. OLE color: 5476788.

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

Color convert

RGB18014583-
CMYK00.190.540.29
HSL38.35º39.27%51.57%-
HSV(B)38.35º53.89%70.59%-
XYZ30.5130.5812.48-
YUV148.491.1150.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 83 (32.81% from 255) = 20.34%
R=44.12%
G=35.54%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801458300.190.540.2938.3539.2751.57
HexB49153013361D262734
Octal2642211230236635464764
Binary1011010010010001101001101001111011011101100110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49153; }

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

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

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

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

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

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

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

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