#B59B5C

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

Shades of Barley Corn #B59B5C

Tints of Barley Corn #B59B5C

Color information

#B59B5C (or 0xB59B5C) is unknown color: approx Barley Corn. HEX triplet: B5, 9B and 5C. RGB value is (181,155,92). Sum of RGB (Red+Green+Blue) = 181+155+92=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59B5C is #4A64A3. Grayscale: #9B9B9B. Windows color (decimal): -4875428 or 6069173. OLE color: 6069173.

HSL color Cylindrical-coordinate representation of color #B59B5C: hue angle of 42.47º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B59B5C is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18115592-
CMYK00.140.490.29
HSL42.47º37.55%53.53%-
HSV(B)42.47º49.17%70.98%-
XYZ32.7134.0414.97-
YUV155.5992.11146.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=42.29%
G=36.21%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811559200.140.490.2942.4737.5553.53
HexB59B5C0E311D2a2636
Octal2652331340166135524666
Binary101101011001101110111000111011000111101101010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B5C; }

 p { color: rgb(181,155,92); }

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

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

 a { background-color: rgb(181,155,92); }

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

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

 span { border-color: rgb(181,155,92); }

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