#B49358

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

Shades of Barley Corn #B49358

Tints of Barley Corn #B49358

Color information

#B49358 (or 0xB49358) is unknown color: approx Barley Corn. HEX triplet: B4, 93 and 58. RGB value is (180,147,88). Sum of RGB (Red+Green+Blue) = 180+147+88=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B49358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49358 is #4B6CA7. Grayscale: #969696. Windows color (decimal): -4943016 or 5804980. OLE color: 5804980.

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

Color convert

RGB18014788-
CMYK00.180.510.29
HSL38.48º38.02%52.55%-
HSV(B)38.48º51.11%70.59%-
XYZ31.0231.2813.63-
YUV150.1492.93149.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 88 (34.77% from 255) = 21.20%
R=43.37%
G=35.42%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801478800.180.510.2938.4838.0252.55
HexB49358012331D262635
Octal2642231300226335464665
Binary1011010010010011101100001001011001111101100110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49358; }

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

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

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

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

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

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

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

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