#B49151

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

Shades of Barley Corn #B49151

Tints of Barley Corn #B49151

Color information

#B49151 (or 0xB49151) is unknown color: approx Barley Corn. HEX triplet: B4, 91 and 51. RGB value is (180,145,81). Sum of RGB (Red+Green+Blue) = 180+145+81=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B49151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49151 is #4B6EAE. Grayscale: #949494. Windows color (decimal): -4943535 or 5345716. OLE color: 5345716.

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

Color convert

RGB18014581-
CMYK00.190.550.29
HSL38.79º39.76%51.18%-
HSV(B)38.79º55%70.59%-
XYZ30.4330.5512.08-
YUV148.1790.1150.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 81 (32.03% from 255) = 19.95%
R=44.33%
G=35.71%
B=19.95%

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
Decimal1801458100.190.550.2938.7939.7651.18
HexB49151013371D272833
Octal2642211210236735475063
Binary1011010010010001101000101001111011111101100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49151; }

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

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

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

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

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

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

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

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