#B59760

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

Shades of Barley Corn #B59760

Tints of Barley Corn #B59760

Color information

#B59760 (or 0xB59760) is unknown color: approx Barley Corn. HEX triplet: B5, 97 and 60. RGB value is (181,151,96). Sum of RGB (Red+Green+Blue) = 181+151+96=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B59760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59760 is #4A689F. Grayscale: #999999. Windows color (decimal): -4876448 or 6330293. OLE color: 6330293.

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

Color convert

RGB18115196-
CMYK00.170.470.29
HSL38.82º36.48%54.31%-
HSV(B)38.82º46.96%70.98%-
XYZ32.2332.815.7-
YUV153.795.44147.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 96 (37.89% from 255) = 22.43%
R=42.29%
G=35.28%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811519600.170.470.2938.8236.4854.31
HexB597600112F1D272436
Octal2652271400215735474466
Binary1011010110010111110000001000110111111101100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59760; }

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

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

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

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

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

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

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

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