#B18B5B

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

Shades of Barley Corn #B18B5B

Tints of Barley Corn #B18B5B

Color information

#B18B5B (or 0xB18B5B) is unknown color: approx Barley Corn. HEX triplet: B1, 8B and 5B. RGB value is (177,139,91). Sum of RGB (Red+Green+Blue) = 177+139+91=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B5B is #4E74A4. Grayscale: #919191. Windows color (decimal): -5141669 or 5999537. OLE color: 5999537.

HSL color Cylindrical-coordinate representation of color #B18B5B: hue angle of 33.49º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B18B5B is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17713991-
CMYK00.210.490.31
HSL33.49º35.54%52.55%-
HSV(B)33.49º48.59%69.41%-
XYZ29.2528.5713.87-
YUV144.8997.59150.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 91 (35.94% from 255) = 22.36%
R=43.49%
G=34.15%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771399100.210.490.3133.4935.5452.55
HexB18B5B015311F212435
Octal2612131330256137414465
Binary1011000110001011101101101010111000111111100001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B5B; }

 p { color: rgb(177,139,91); }

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

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

 a { background-color: rgb(177,139,91); }

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

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

 span { border-color: rgb(177,139,91); }

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