#B59F67

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

Shades of Barley Corn #B59F67

Tints of Barley Corn #B59F67

Color information

#B59F67 (or 0xB59F67) is unknown color: approx Barley Corn. HEX triplet: B5, 9F and 67. RGB value is (181,159,103). Sum of RGB (Red+Green+Blue) = 181+159+103=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59F67 is #4A6098. Grayscale: #9F9F9F. Windows color (decimal): -4874393 or 6791093. OLE color: 6791093.

HSL color Cylindrical-coordinate representation of color #B59F67: hue angle of 43.08º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B59F67 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB181159103-
CMYK00.120.430.29
HSL43.08º34.51%55.69%-
HSV(B)43.08º43.09%70.98%-
XYZ33.935.617.92-
YUV159.1996.29143.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 103 (40.62% from 255) = 23.25%
R=40.86%
G=35.89%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115910300.120.430.2943.0834.5155.69
HexB59F670C2B1D2b2338
Octal2652371470145335534370
Binary101101011001111111001110110010101111101101011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F67; }

 p { color: rgb(181,159,103); }

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

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

 a { background-color: rgb(181,159,103); }

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

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

 span { border-color: rgb(181,159,103); }

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