#B39A5F

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

Shades of Barley Corn #B39A5F

Tints of Barley Corn #B39A5F

Color information

#B39A5F (or 0xB39A5F) is unknown color: approx Barley Corn. HEX triplet: B3, 9A and 5F. RGB value is (179,154,95). Sum of RGB (Red+Green+Blue) = 179+154+95=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39A5F is #4C65A0. Grayscale: #9B9B9B. Windows color (decimal): -5006753 or 6265523. OLE color: 6265523.

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

Color convert

RGB17915495-
CMYK00.140.470.30
HSL42.14º35.59%53.73%-
HSV(B)42.14º46.93%70.2%-
XYZ32.2133.5215.6-
YUV154.7594.28145.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 154 (60.55% from 255) = 35.98%
BLUE value IS 95 (37.5% from 255) = 22.20%
R=41.82%
G=35.98%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791549500.140.470.3042.1435.5953.73
HexB39A5F0E2F1E2a2436
Octal2632321370165736524466
Binary101100111001101010111110111010111111110101010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A5F; }

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

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

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

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

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

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

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

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