#B39C5F

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

Shades of Barley Corn #B39C5F

Tints of Barley Corn #B39C5F

Color information

#B39C5F (or 0xB39C5F) is unknown color: approx Barley Corn. HEX triplet: B3, 9C and 5F. RGB value is (179,156,95). Sum of RGB (Red+Green+Blue) = 179+156+95=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39C5F is #4C63A0. Grayscale: #9C9C9C. Windows color (decimal): -5006241 or 6266035. OLE color: 6266035.

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

Color convert

RGB17915695-
CMYK00.130.470.30
HSL43.57º35.59%53.73%-
HSV(B)43.57º46.93%70.2%-
XYZ32.5434.1915.71-
YUV155.9293.62144.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=41.63%
G=36.28%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791569500.130.470.3043.5735.5953.73
HexB39C5F0D2F1E2c2436
Octal2632341370155736544466
Binary101100111001110010111110110110111111110101100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C5F; }

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

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

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

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

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

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

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

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