#B59554

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

Shades of Barley Corn #B59554

Tints of Barley Corn #B59554

Color information

#B59554 (or 0xB59554) is unknown color: approx Barley Corn. HEX triplet: B5, 95 and 54. RGB value is (181,149,84). Sum of RGB (Red+Green+Blue) = 181+149+84=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B59554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59554 is #4A6AAB. Grayscale: #979797. Windows color (decimal): -4876972 or 5543349. OLE color: 5543349.

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

Color convert

RGB18114984-
CMYK00.180.540.29
HSL40.21º39.59%51.96%-
HSV(B)40.21º53.59%70.98%-
XYZ31.431.9612.9-
YUV151.1690.1149.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 149 (58.59% from 255) = 35.99%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=43.72%
G=35.99%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811498400.180.540.2940.2139.5951.96
HexB59554012361D282834
Octal2652251240226635505064
Binary1011010110010101101010001001011011011101101000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59554; }

 p { color: rgb(181,149,84); }

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

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

 a { background-color: rgb(181,149,84); }

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

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

 span { border-color: rgb(181,149,84); }

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