#B59468

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

Shades of Barley Corn #B59468

Tints of Barley Corn #B59468

Color information

#B59468 (or 0xB59468) is unknown color: approx Barley Corn. HEX triplet: B5, 94 and 68. RGB value is (181,148,104). Sum of RGB (Red+Green+Blue) = 181+148+104=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B59468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59468 is #4A6B97. Grayscale: #999999. Windows color (decimal): -4877208 or 6853813. OLE color: 6853813.

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

Color convert

RGB181148104-
CMYK00.180.430.29
HSL34.29º34.22%55.88%-
HSV(B)34.29º42.54%70.98%-
XYZ32.143217.58-
YUV152.85100.43148.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 104 (41.02% from 255) = 24.02%
R=41.80%
G=34.18%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114810400.180.430.2934.2934.2255.88
HexB594680122B1D222238
Octal2652241500225335424270
Binary1011010110010100110100001001010101111101100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59468; }

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

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

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

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

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

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

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

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