#B49B69

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

Shades of Barley Corn #B49B69

Tints of Barley Corn #B49B69

Color information

#B49B69 (or 0xB49B69) is unknown color: approx Barley Corn. HEX triplet: B4, 9B and 69. RGB value is (180,155,105). Sum of RGB (Red+Green+Blue) = 180+155+105=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B69 is #4B6496. Grayscale: #9D9D9D. Windows color (decimal): -4940951 or 6921140. OLE color: 6921140.

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

Color convert

RGB180155105-
CMYK00.140.420.29
HSL40º33.33%55.88%-
HSV(B)40º41.67%70.59%-
XYZ33.0934.1718.22-
YUV156.7898.78144.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=40.91%
G=35.23%
B=23.86%

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
Decimal18015510500.140.420.294033.3355.88
HexB49B690E2A1D282138
Octal2642331510165235504170
Binary101101001001101111010010111010101011101101000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B69; }

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

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

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

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

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

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

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

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