#B59168

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

Shades of Barley Corn #B59168

Tints of Barley Corn #B59168

Color information

#B59168 (or 0xB59168) is unknown color: approx Barley Corn. HEX triplet: B5, 91 and 68. RGB value is (181,145,104). Sum of RGB (Red+Green+Blue) = 181+145+104=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B59168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59168 is #4A6E97. Grayscale: #979797. Windows color (decimal): -4877976 or 6853045. OLE color: 6853045.

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

Color convert

RGB181145104-
CMYK00.200.430.29
HSL31.95º34.22%55.88%-
HSV(B)31.95º42.54%70.98%-
XYZ31.6831.0717.42-
YUV151.09101.43149.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 104 (41.02% from 255) = 24.19%
R=42.09%
G=33.72%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114510400.200.430.2931.9534.2255.88
HexB591680142B1D202238
Octal2652211500245335404270
Binary1011010110010001110100001010010101111101100000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59168; }

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

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

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

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

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

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

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

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