#B49167

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

Shades of Barley Corn #B49167

Tints of Barley Corn #B49167

Color information

#B49167 (or 0xB49167) is unknown color: approx Barley Corn. HEX triplet: B4, 91 and 67. RGB value is (180,145,103). Sum of RGB (Red+Green+Blue) = 180+145+103=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B49167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49167 is #4B6E98. Grayscale: #969696. Windows color (decimal): -4943513 or 6787508. OLE color: 6787508.

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

Color convert

RGB180145103-
CMYK00.190.430.29
HSL32.73º33.92%55.49%-
HSV(B)32.73º42.78%70.59%-
XYZ31.430.9317.15-
YUV150.68101.1148.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 103 (40.62% from 255) = 24.07%
R=42.06%
G=33.88%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014510300.190.430.2932.7333.9255.49
HexB491670132B1D212237
Octal2642211470235335414267
Binary1011010010010001110011101001110101111101100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49167; }

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

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

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

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

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

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

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

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