#B39359

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

Shades of Barley Corn #B39359

Tints of Barley Corn #B39359

Color information

#B39359 (or 0xB39359) is unknown color: approx Barley Corn. HEX triplet: B3, 93 and 59. RGB value is (179,147,89). Sum of RGB (Red+Green+Blue) = 179+147+89=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B39359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39359 is #4C6CA6. Grayscale: #969696. Windows color (decimal): -5008551 or 5870515. OLE color: 5870515.

HSL color Cylindrical-coordinate representation of color #B39359: hue angle of 38.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B39359 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17914789-
CMYK00.180.500.30
HSL38.67º37.19%52.55%-
HSV(B)38.67º50.28%70.2%-
XYZ30.8331.1713.84-
YUV149.9693.6148.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=43.13%
G=35.42%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791478900.180.500.3038.6737.1952.55
HexB39359012321E272535
Octal2632231310226236474565
Binary1011001110010011101100101001011001011110100111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39359; }

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

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

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

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

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

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

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

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