#B18C5B

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

Shades of Barley Corn #B18C5B

Tints of Barley Corn #B18C5B

Color information

#B18C5B (or 0xB18C5B) is unknown color: approx Barley Corn. HEX triplet: B1, 8C and 5B. RGB value is (177,140,91). Sum of RGB (Red+Green+Blue) = 177+140+91=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C5B is #4E73A4. Grayscale: #919191. Windows color (decimal): -5141413 or 5999793. OLE color: 5999793.

HSL color Cylindrical-coordinate representation of color #B18C5B: hue angle of 34.19º 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 #B18C5B is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17714091-
CMYK00.210.490.31
HSL34.19º35.54%52.55%-
HSV(B)34.19º48.59%69.41%-
XYZ29.428.8613.92-
YUV145.4897.26150.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 140 (55.08% from 255) = 34.31%
BLUE value IS 91 (35.94% from 255) = 22.30%
R=43.38%
G=34.31%
B=22.30%

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
Decimal1771409100.210.490.3134.1935.5452.55
HexB18C5B015311F222435
Octal2612141330256137424465
Binary1011000110001100101101101010111000111111100010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C5B; }

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

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

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

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

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

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

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

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