#B39564

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

Shades of Barley Corn #B39564

Tints of Barley Corn #B39564

Color information

#B39564 (or 0xB39564) is unknown color: approx Barley Corn. HEX triplet: B3, 95 and 64. RGB value is (179,149,100). Sum of RGB (Red+Green+Blue) = 179+149+100=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B39564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39564 is #4C6A9B. Grayscale: #989898. Windows color (decimal): -5008028 or 6591923. OLE color: 6591923.

HSL color Cylindrical-coordinate representation of color #B39564: hue angle of 37.22º 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 #B39564 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB179149100-
CMYK00.170.440.30
HSL37.22º34.2%54.71%-
HSV(B)37.22º44.13%70.2%-
XYZ31.643216.57-
YUV152.3898.44146.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 149 (58.59% from 255) = 34.81%
BLUE value IS 100 (39.45% from 255) = 23.36%
R=41.82%
G=34.81%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914910000.170.440.3037.2234.254.71
HexB395640112C1E252237
Octal2632251440215436454267
Binary1011001110010101110010001000110110011110100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39564; }

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

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

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

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

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

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

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

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