#B18C62

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

Shades of Barley Corn #B18C62

Tints of Barley Corn #B18C62

Color information

#B18C62 (or 0xB18C62) is unknown color: approx Barley Corn. HEX triplet: B1, 8C and 62. RGB value is (177,140,98). Sum of RGB (Red+Green+Blue) = 177+140+98=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C62 is #4E739D. Grayscale: #929292. Windows color (decimal): -5141406 or 6458545. OLE color: 6458545.

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

Color convert

RGB17714098-
CMYK00.210.450.31
HSL31.9º33.62%53.92%-
HSV(B)31.9º44.63%69.41%-
XYZ29.7128.9915.58-
YUV146.27100.76149.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 98 (38.67% from 255) = 23.61%
R=42.65%
G=33.73%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771409800.210.450.3131.933.6253.92
HexB18C620152D1F202236
Octal2612141420255537404266
Binary1011000110001100110001001010110110111111100000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C62; }

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

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

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

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

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

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

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

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