#B59469

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

Shades of Barley Corn #B59469

Tints of Barley Corn #B59469

Color information

#B59469 (or 0xB59469) is unknown color: approx Barley Corn. HEX triplet: B5, 94 and 69. RGB value is (181,148,105). Sum of RGB (Red+Green+Blue) = 181+148+105=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B59469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59469 is #4A6B96. Grayscale: #999999. Windows color (decimal): -4877207 or 6919349. OLE color: 6919349.

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

Color convert

RGB181148105-
CMYK00.180.420.29
HSL33.95º33.93%56.08%-
HSV(B)33.95º41.99%70.98%-
XYZ32.232.0217.85-
YUV152.96100.93148-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=41.71%
G=34.10%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114810500.180.420.2933.9533.9356.08
HexB594690122A1D222238
Octal2652241510225235424270
Binary1011010110010100110100101001010101011101100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59469; }

 p { color: rgb(181,148,105); }

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

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

 a { background-color: rgb(181,148,105); }

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

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

 span { border-color: rgb(181,148,105); }

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