#B59D67

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

Shades of Barley Corn #B59D67

Tints of Barley Corn #B59D67

Color information

#B59D67 (or 0xB59D67) is unknown color: approx Barley Corn. HEX triplet: B5, 9D and 67. RGB value is (181,157,103). Sum of RGB (Red+Green+Blue) = 181+157+103=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59D67 is #4A6298. Grayscale: #9E9E9E. Windows color (decimal): -4874905 or 6790581. OLE color: 6790581.

HSL color Cylindrical-coordinate representation of color #B59D67: hue angle of 41.54º 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 #B59D67 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB181157103-
CMYK00.130.430.29
HSL41.54º34.51%55.69%-
HSV(B)41.54º43.09%70.98%-
XYZ33.5634.9217.8-
YUV158.0296.95144.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 157 (61.72% from 255) = 35.60%
BLUE value IS 103 (40.62% from 255) = 23.36%
R=41.04%
G=35.60%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115710300.130.430.2941.5434.5155.69
HexB59D670D2B1D2a2338
Octal2652351470155335524370
Binary101101011001110111001110110110101111101101010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59D67; }

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

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

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

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

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

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

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

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