#B49767

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

Shades of Barley Corn #B49767

Tints of Barley Corn #B49767

Color information

#B49767 (or 0xB49767) is unknown color: approx Barley Corn. HEX triplet: B4, 97 and 67. RGB value is (180,151,103). Sum of RGB (Red+Green+Blue) = 180+151+103=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B49767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49767 is #4B6898. Grayscale: #9A9A9A. Windows color (decimal): -4941977 or 6789044. OLE color: 6789044.

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

Color convert

RGB180151103-
CMYK00.160.430.29
HSL37.4º33.92%55.49%-
HSV(B)37.4º42.78%70.59%-
XYZ32.3432.8217.46-
YUV154.299.11146.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 151 (59.38% from 255) = 34.79%
BLUE value IS 103 (40.62% from 255) = 23.73%
R=41.47%
G=34.79%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015110300.160.430.2937.433.9255.49
HexB497670102B1D252237
Octal2642271470205335454267
Binary1011010010010111110011101000010101111101100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49767; }

 p { color: rgb(180,151,103); }

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

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

 a { background-color: rgb(180,151,103); }

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

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

 span { border-color: rgb(180,151,103); }

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