#B39353

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

Shades of Barley Corn #B39353

Tints of Barley Corn #B39353

Color information

#B39353 (or 0xB39353) is unknown color: approx Barley Corn. HEX triplet: B3, 93 and 53. RGB value is (179,147,83). Sum of RGB (Red+Green+Blue) = 179+147+83=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B39353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39353 is #4C6CAC. Grayscale: #959595. Windows color (decimal): -5008557 or 5477299. OLE color: 5477299.

HSL color Cylindrical-coordinate representation of color #B39353: hue angle of 40º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B39353 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB17914783-
CMYK00.180.540.30
HSL40º38.71%51.37%-
HSV(B)40º53.63%70.2%-
XYZ30.5931.0812.57-
YUV149.2790.6149.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 147 (57.81% from 255) = 35.94%
BLUE value IS 83 (32.81% from 255) = 20.29%
R=43.77%
G=35.94%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791478300.180.540.304038.7151.37
HexB39353012361E282733
Octal2632231230226636504763
Binary1011001110010011101001101001011011011110101000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39353; }

 p { color: rgb(179,147,83); }

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

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

 a { background-color: rgb(179,147,83); }

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

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

 span { border-color: rgb(179,147,83); }

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