#B49367

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

Shades of Barley Corn #B49367

Tints of Barley Corn #B49367

Color information

#B49367 (or 0xB49367) is unknown color: approx Barley Corn. HEX triplet: B4, 93 and 67. RGB value is (180,147,103). Sum of RGB (Red+Green+Blue) = 180+147+103=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B49367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49367 is #4B6C98. Grayscale: #989898. Windows color (decimal): -4943001 or 6788020. OLE color: 6788020.

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

Color convert

RGB180147103-
CMYK00.180.430.29
HSL34.29º33.92%55.49%-
HSV(B)34.29º42.78%70.59%-
XYZ31.731.5517.25-
YUV151.85100.43148.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 103 (40.62% from 255) = 23.95%
R=41.86%
G=34.19%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014710300.180.430.2934.2933.9255.49
HexB493670122B1D222237
Octal2642231470225335424267
Binary1011010010010011110011101001010101111101100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49367; }

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

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

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

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

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

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

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

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