#B18D58

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

Shades of Barley Corn #B18D58

Tints of Barley Corn #B18D58

Color information

#B18D58 (or 0xB18D58) is unknown color: approx Barley Corn. HEX triplet: B1, 8D and 58. RGB value is (177,141,88). Sum of RGB (Red+Green+Blue) = 177+141+88=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D58 is #4E72A7. Grayscale: #919191. Windows color (decimal): -5141160 or 5803441. OLE color: 5803441.

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

Color convert

RGB17714188-
CMYK00.200.500.31
HSL35.73º36.33%51.96%-
HSV(B)35.73º50.28%69.41%-
XYZ29.4229.113.3-
YUV145.7295.43150.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=43.60%
G=34.73%
B=21.67%

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
Decimal1771418800.200.500.3135.7336.3351.96
HexB18D58014321F242434
Octal2612151300246237444464
Binary1011000110001101101100001010011001011111100100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D58; }

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

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

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

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

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

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

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

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