#B49561

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

Shades of Barley Corn #B49561

Tints of Barley Corn #B49561

Color information

#B49561 (or 0xB49561) is unknown color: approx Barley Corn. HEX triplet: B4, 95 and 61. RGB value is (180,149,97). Sum of RGB (Red+Green+Blue) = 180+149+97=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B49561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49561 is #4B6A9E. Grayscale: #989898. Windows color (decimal): -4942495 or 6395316. OLE color: 6395316.

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

Color convert

RGB18014997-
CMYK00.170.460.29
HSL37.59º35.62%54.31%-
HSV(B)37.59º46.11%70.59%-
XYZ31.7332.0615.83-
YUV152.3496.77147.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=42.25%
G=34.98%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801499700.170.460.2937.5935.6254.31
HexB495610112E1D262436
Octal2642251410215635464466
Binary1011010010010101110000101000110111011101100110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49561; }

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

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

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

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

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

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

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

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