#B59661

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

Shades of Barley Corn #B59661

Tints of Barley Corn #B59661

Color information

#B59661 (or 0xB59661) is unknown color: approx Barley Corn. HEX triplet: B5, 96 and 61. RGB value is (181,150,97). Sum of RGB (Red+Green+Blue) = 181+150+97=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B59661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59661 is #4A699E. Grayscale: #999999. Windows color (decimal): -4876703 or 6395573. OLE color: 6395573.

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

Color convert

RGB18115097-
CMYK00.170.460.29
HSL37.86º36.21%54.51%-
HSV(B)37.86º46.41%70.98%-
XYZ32.1232.515.89-
YUV153.2396.27147.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=42.29%
G=35.05%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811509700.170.460.2937.8636.2154.51
HexB596610112E1D262437
Octal2652261410215635464467
Binary1011010110010110110000101000110111011101100110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59661; }

 p { color: rgb(181,150,97); }

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

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

 a { background-color: rgb(181,150,97); }

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

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

 span { border-color: rgb(181,150,97); }

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