#B39259

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

Shades of Barley Corn #B39259

Tints of Barley Corn #B39259

Color information

#B39259 (or 0xB39259) is unknown color: approx Barley Corn. HEX triplet: B3, 92 and 59. RGB value is (179,146,89). Sum of RGB (Red+Green+Blue) = 179+146+89=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B39259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39259 is #4C6DA6. Grayscale: #959595. Windows color (decimal): -5008807 or 5870259. OLE color: 5870259.

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

Color convert

RGB17914689-
CMYK00.180.500.30
HSL38º37.19%52.55%-
HSV(B)38º50.28%70.2%-
XYZ30.6730.8613.79-
YUV149.3793.93149.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 89 (35.16% from 255) = 21.50%
R=43.24%
G=35.27%
B=21.50%

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
Decimal1791468900.180.500.303837.1952.55
HexB39259012321E262535
Octal2632221310226236464565
Binary1011001110010010101100101001011001011110100110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39259; }

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

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

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

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

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

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

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

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