#B18D59

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

Shades of Barley Corn #B18D59

Tints of Barley Corn #B18D59

Color information

#B18D59 (or 0xB18D59) is unknown color: approx Barley Corn. HEX triplet: B1, 8D and 59. RGB value is (177,141,89). Sum of RGB (Red+Green+Blue) = 177+141+89=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D59 is #4E72A6. Grayscale: #929292. Windows color (decimal): -5141159 or 5868977. OLE color: 5868977.

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

Color convert

RGB17714189-
CMYK00.200.500.31
HSL35.45º36.07%52.16%-
HSV(B)35.45º49.72%69.41%-
XYZ29.4629.1213.52-
YUV145.8495.93150.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 89 (35.16% from 255) = 21.87%
R=43.49%
G=34.64%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771418900.200.500.3135.4536.0752.16
HexB18D59014321F232434
Octal2612151310246237434464
Binary1011000110001101101100101010011001011111100011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D59; }

 p { color: rgb(177,141,89); }

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

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

 a { background-color: rgb(177,141,89); }

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

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

 span { border-color: rgb(177,141,89); }

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