#B49769

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

Shades of Barley Corn #B49769

Tints of Barley Corn #B49769

Color information

#B49769 (or 0xB49769) is unknown color: approx Barley Corn. HEX triplet: B4, 97 and 69. RGB value is (180,151,105). Sum of RGB (Red+Green+Blue) = 180+151+105=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B49769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49769 is #4B6896. Grayscale: #9A9A9A. Windows color (decimal): -4941975 or 6920116. OLE color: 6920116.

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

Color convert

RGB180151105-
CMYK00.160.420.29
HSL36.8º33.33%55.88%-
HSV(B)36.8º41.67%70.59%-
XYZ32.4432.8618-
YUV154.43100.11146.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=41.28%
G=34.63%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015110500.160.420.2936.833.3355.88
HexB497690102A1D252138
Octal2642271510205235454170
Binary1011010010010111110100101000010101011101100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49769; }

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

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

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

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

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

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

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

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