#B49B67

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

Shades of Barley Corn #B49B67

Tints of Barley Corn #B49B67

Color information

#B49B67 (or 0xB49B67) is unknown color: approx Barley Corn. HEX triplet: B4, 9B and 67. RGB value is (180,155,103). Sum of RGB (Red+Green+Blue) = 180+155+103=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B67 is #4B6498. Grayscale: #9C9C9C. Windows color (decimal): -4940953 or 6790068. OLE color: 6790068.

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

Color convert

RGB180155103-
CMYK00.140.430.29
HSL40.52º33.92%55.49%-
HSV(B)40.52º42.78%70.59%-
XYZ32.9934.1317.68-
YUV156.5597.78144.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 103 (40.62% from 255) = 23.52%
R=41.10%
G=35.39%
B=23.52%

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
Decimal18015510300.140.430.2940.5233.9255.49
HexB49B670E2B1D292237
Octal2642331470165335514267
Binary101101001001101111001110111010101111101101001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B67; }

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

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

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

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

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

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

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

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