#B39164

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

Shades of Barley Corn #B39164

Tints of Barley Corn #B39164

Color information

#B39164 (or 0xB39164) is unknown color: approx Barley Corn. HEX triplet: B3, 91 and 64. RGB value is (179,145,100). Sum of RGB (Red+Green+Blue) = 179+145+100=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B39164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39164 is #4C6E9B. Grayscale: #969696. Windows color (decimal): -5009052 or 6590899. OLE color: 6590899.

HSL color Cylindrical-coordinate representation of color #B39164: hue angle of 34.18º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B39164 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB179145100-
CMYK00.190.440.30
HSL34.18º34.2%54.71%-
HSV(B)34.18º44.13%70.2%-
XYZ31.0230.7516.36-
YUV150.0499.76148.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 100 (39.45% from 255) = 23.58%
R=42.22%
G=34.20%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914510000.190.440.3034.1834.254.71
HexB391640132C1E222237
Octal2632211440235436424267
Binary1011001110010001110010001001110110011110100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39164; }

 p { color: rgb(179,145,100); }

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

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

 a { background-color: rgb(179,145,100); }

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

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

 span { border-color: rgb(179,145,100); }

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