#B49F68

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

Shades of Barley Corn #B49F68

Tints of Barley Corn #B49F68

Color information

#B49F68 (or 0xB49F68) is unknown color: approx Barley Corn. HEX triplet: B4, 9F and 68. RGB value is (180,159,104). Sum of RGB (Red+Green+Blue) = 180+159+104=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F68 is #4B6097. Grayscale: #9F9F9F. Windows color (decimal): -4939928 or 6856628. OLE color: 6856628.

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

Color convert

RGB180159104-
CMYK00.120.420.29
HSL43.42º33.63%55.69%-
HSV(B)43.42º42.22%70.59%-
XYZ33.7235.518.17-
YUV159.0196.96142.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=40.63%
G=35.89%
B=23.48%

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
Decimal18015910400.120.420.2943.4233.6355.69
HexB49F680C2A1D2b2238
Octal2642371500145235534270
Binary101101001001111111010000110010101011101101011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F68; }

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

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

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

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

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

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

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

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