#B18C5A

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

Shades of Barley Corn #B18C5A

Tints of Barley Corn #B18C5A

Color information

#B18C5A (or 0xB18C5A) is unknown color: approx Barley Corn. HEX triplet: B1, 8C and 5A. RGB value is (177,140,90). Sum of RGB (Red+Green+Blue) = 177+140+90=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C5A is #4E73A5. Grayscale: #919191. Windows color (decimal): -5141414 or 5934257. OLE color: 5934257.

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

Color convert

RGB17714090-
CMYK00.210.490.31
HSL34.48º35.8%52.35%-
HSV(B)34.48º49.15%69.41%-
XYZ29.3628.8413.69-
YUV145.3696.76150.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=43.49%
G=34.40%
B=22.11%

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
Decimal1771409000.210.490.3134.4835.852.35
HexB18C5A015311F222434
Octal2612141320256137424464
Binary1011000110001100101101001010111000111111100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C5A; }

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

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

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

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

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

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

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

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