#B49B68

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

Shades of Barley Corn #B49B68

Tints of Barley Corn #B49B68

Color information

#B49B68 (or 0xB49B68) is unknown color: approx Barley Corn. HEX triplet: B4, 9B and 68. RGB value is (180,155,104). Sum of RGB (Red+Green+Blue) = 180+155+104=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B68 is #4B6497. Grayscale: #9C9C9C. Windows color (decimal): -4940952 or 6855604. OLE color: 6855604.

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

Color convert

RGB180155104-
CMYK00.140.420.29
HSL40.26º33.63%55.69%-
HSV(B)40.26º42.22%70.59%-
XYZ33.0434.1517.95-
YUV156.6698.28144.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=41.00%
G=35.31%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015510400.140.420.2940.2633.6355.69
HexB49B680E2A1D282238
Octal2642331500165235504270
Binary101101001001101111010000111010101011101101000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B68; }

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

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

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

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

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

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

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

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