#B59755

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

Shades of Barley Corn #B59755

Tints of Barley Corn #B59755

Color information

#B59755 (or 0xB59755) is unknown color: approx Barley Corn. HEX triplet: B5, 97 and 55. RGB value is (181,151,85). Sum of RGB (Red+Green+Blue) = 181+151+85=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B59755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59755 is #4A68AA. Grayscale: #989898. Windows color (decimal): -4876459 or 5609397. OLE color: 5609397.

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

Color convert

RGB18115185-
CMYK00.170.530.29
HSL41.25º39.34%52.16%-
HSV(B)41.25º53.04%70.98%-
XYZ31.7632.6113.22-
YUV152.4589.94148.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=43.41%
G=36.21%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811518500.170.530.2941.2539.3452.16
HexB59755011351D292734
Octal2652271250216535514764
Binary1011010110010111101010101000111010111101101001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59755; }

 p { color: rgb(181,151,85); }

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

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

 a { background-color: rgb(181,151,85); }

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

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

 span { border-color: rgb(181,151,85); }

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