#B49B66

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

Shades of Barley Corn #B49B66

Tints of Barley Corn #B49B66

Color information

#B49B66 (or 0xB49B66) is unknown color: approx Barley Corn. HEX triplet: B4, 9B and 66. RGB value is (180,155,102). Sum of RGB (Red+Green+Blue) = 180+155+102=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B66 is #4B6499. Grayscale: #9C9C9C. Windows color (decimal): -4940954 or 6724532. OLE color: 6724532.

HSL color Cylindrical-coordinate representation of color #B49B66: hue angle of 40.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B49B66 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB180155102-
CMYK00.140.430.29
HSL40.77º34.21%55.29%-
HSV(B)40.77º43.33%70.59%-
XYZ32.9434.1117.42-
YUV156.4397.28144.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 155 (60.94% from 255) = 35.47%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=41.19%
G=35.47%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015510200.140.430.2940.7734.2155.29
HexB49B660E2B1D292237
Octal2642331460165335514267
Binary101101001001101111001100111010101111101101001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B66; }

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

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

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

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

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

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

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

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