#B49251

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

Shades of Barley Corn #B49251

Tints of Barley Corn #B49251

Color information

#B49251 (or 0xB49251) is unknown color: approx Barley Corn. HEX triplet: B4, 92 and 51. RGB value is (180,146,81). Sum of RGB (Red+Green+Blue) = 180+146+81=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B49251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49251 is #4B6DAE. Grayscale: #959595. Windows color (decimal): -4943279 or 5345972. OLE color: 5345972.

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

Color convert

RGB18014681-
CMYK00.190.550.29
HSL39.39º39.76%51.18%-
HSV(B)39.39º55%70.59%-
XYZ30.5930.8612.13-
YUV148.7689.76150.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 81 (32.03% from 255) = 19.90%
R=44.23%
G=35.87%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801468100.190.550.2939.3939.7651.18
HexB49251013371D272833
Octal2642221210236735475063
Binary1011010010010010101000101001111011111101100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49251; }

 p { color: rgb(180,146,81); }

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

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

 a { background-color: rgb(180,146,81); }

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

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

 span { border-color: rgb(180,146,81); }

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