#B49F69

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

Shades of Barley Corn #B49F69

Tints of Barley Corn #B49F69

Color information

#B49F69 (or 0xB49F69) is unknown color: approx Barley Corn. HEX triplet: B4, 9F and 69. RGB value is (180,159,105). Sum of RGB (Red+Green+Blue) = 180+159+105=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F69 is #4B6096. Grayscale: #9F9F9F. Windows color (decimal): -4939927 or 6922164. OLE color: 6922164.

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

Color convert

RGB180159105-
CMYK00.120.420.29
HSL43.2º33.33%55.88%-
HSV(B)43.2º41.67%70.59%-
XYZ33.7735.5218.44-
YUV159.1297.46142.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=40.54%
G=35.81%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015910500.120.420.2943.233.3355.88
HexB49F690C2A1D2b2138
Octal2642371510145235534170
Binary101101001001111111010010110010101011101101011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F69; }

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

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

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

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

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

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

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

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