#B38A64

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

Shades of Barley Corn #B38A64

Tints of Barley Corn #B38A64

Color information

#B38A64 (or 0xB38A64) is unknown color: approx Barley Corn. HEX triplet: B3, 8A and 64. RGB value is (179,138,100). Sum of RGB (Red+Green+Blue) = 179+138+100=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A64 is #4C759B. Grayscale: #929292. Windows color (decimal): -5010844 or 6589107. OLE color: 6589107.

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

Color convert

RGB179138100-
CMYK00.230.440.30
HSL28.86º34.2%54.71%-
HSV(B)28.86º44.13%70.2%-
XYZ29.9828.6816.01-
YUV145.93102.08151.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=42.93%
G=33.09%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913810000.230.440.3028.8634.254.71
HexB38A640172C1E1d2237
Octal2632121440275436354267
Binary101100111000101011001000101111011001111011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A64; }

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

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

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

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

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

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

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

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