#B49061

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

Shades of Barley Corn #B49061

Tints of Barley Corn #B49061

Color information

#B49061 (or 0xB49061) is unknown color: approx Barley Corn. HEX triplet: B4, 90 and 61. RGB value is (180,144,97). Sum of RGB (Red+Green+Blue) = 180+144+97=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B49061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49061 is #4B6F9E. Grayscale: #959595. Windows color (decimal): -4943775 or 6394036. OLE color: 6394036.

HSL color Cylindrical-coordinate representation of color #B49061: hue angle of 33.98º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B49061 is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18014497-
CMYK00.20.460.29
HSL33.98º35.62%54.31%-
HSV(B)33.98º46.11%70.59%-
XYZ30.9530.5115.57-
YUV149.4198.43149.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=42.76%
G=34.20%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801449700.20.460.2933.9835.6254.31
HexB490610142E1D222436
Octal2642201410245635424466
Binary1011010010010000110000101010010111011101100010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49061; }

 p { color: rgb(180,144,97); }

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

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

 a { background-color: rgb(180,144,97); }

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

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

 span { border-color: rgb(180,144,97); }

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