#B49264

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

Shades of Barley Corn #B49264

Tints of Barley Corn #B49264

Color information

#B49264 (or 0xB49264) is unknown color: approx Barley Corn. HEX triplet: B4, 92 and 64. RGB value is (180,146,100). Sum of RGB (Red+Green+Blue) = 180+146+100=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B49264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49264 is #4B6D9B. Grayscale: #979797. Windows color (decimal): -4943260 or 6591156. OLE color: 6591156.

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

Color convert

RGB180146100-
CMYK00.190.440.29
HSL34.5º34.78%54.9%-
HSV(B)34.5º44.44%70.59%-
XYZ31.431.1816.42-
YUV150.9299.26148.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=42.25%
G=34.27%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014610000.190.440.2934.534.7854.9
HexB492640132C1D232337
Octal2642221440235435434367
Binary1011010010010010110010001001110110011101100011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49264; }

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

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

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

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

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

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

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

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