#B39A5C

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

Shades of Barley Corn #B39A5C

Tints of Barley Corn #B39A5C

Color information

#B39A5C (or 0xB39A5C) is unknown color: approx Barley Corn. HEX triplet: B3, 9A and 5C. RGB value is (179,154,92). Sum of RGB (Red+Green+Blue) = 179+154+92=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39A5C is #4C65A3. Grayscale: #9A9A9A. Windows color (decimal): -5006756 or 6068915. OLE color: 6068915.

HSL color Cylindrical-coordinate representation of color #B39A5C: hue angle of 42.76º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B39A5C is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17915492-
CMYK00.140.490.30
HSL42.76º36.4%53.14%-
HSV(B)42.76º48.6%70.2%-
XYZ32.0833.4714.89-
YUV154.4192.78145.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=42.12%
G=36.24%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791549200.140.490.3042.7636.453.14
HexB39A5C0E311E2b2435
Octal2632321340166136534465
Binary101100111001101010111000111011000111110101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A5C; }

 p { color: rgb(179,154,92); }

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

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

 a { background-color: rgb(179,154,92); }

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

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

 span { border-color: rgb(179,154,92); }

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