#B18E58

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

Shades of Barley Corn #B18E58

Tints of Barley Corn #B18E58

Color information

#B18E58 (or 0xB18E58) is unknown color: approx Barley Corn. HEX triplet: B1, 8E and 58. RGB value is (177,142,88). Sum of RGB (Red+Green+Blue) = 177+142+88=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18E58 is #4E71A7. Grayscale: #929292. Windows color (decimal): -5140904 or 5803697. OLE color: 5803697.

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

Color convert

RGB17714288-
CMYK00.200.500.31
HSL36.4º36.33%51.96%-
HSV(B)36.4º50.28%69.41%-
XYZ29.5729.413.35-
YUV146.3195.1149.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 142 (55.86% from 255) = 34.89%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=43.49%
G=34.89%
B=21.62%

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
Decimal1771428800.200.500.3136.436.3351.96
HexB18E58014321F242434
Octal2612161300246237444464
Binary1011000110001110101100001010011001011111100100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E58; }

 p { color: rgb(177,142,88); }

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

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

 a { background-color: rgb(177,142,88); }

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

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

 span { border-color: rgb(177,142,88); }

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