#B18C5F

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

Shades of Barley Corn #B18C5F

Tints of Barley Corn #B18C5F

Color information

#B18C5F (or 0xB18C5F) is unknown color: approx Barley Corn. HEX triplet: B1, 8C and 5F. RGB value is (177,140,95). Sum of RGB (Red+Green+Blue) = 177+140+95=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C5F is #4E73A0. Grayscale: #929292. Windows color (decimal): -5141409 or 6261937. OLE color: 6261937.

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

Color convert

RGB17714095-
CMYK00.210.460.31
HSL32.93º34.45%53.33%-
HSV(B)32.93º46.33%69.41%-
XYZ29.5828.9314.85-
YUV145.9399.26150.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 140 (55.08% from 255) = 33.98%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=42.96%
G=33.98%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771409500.210.460.3132.9334.4553.33
HexB18C5F0152E1F212235
Octal2612141370255637414265
Binary1011000110001100101111101010110111011111100001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C5F; }

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

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

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

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

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

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

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

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