#B39D5D

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

Shades of Barley Corn #B39D5D

Tints of Barley Corn #B39D5D

Color information

#B39D5D (or 0xB39D5D) is unknown color: approx Barley Corn. HEX triplet: B3, 9D and 5D. RGB value is (179,157,93). Sum of RGB (Red+Green+Blue) = 179+157+93=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39D5D is #4C62A2. Grayscale: #9C9C9C. Windows color (decimal): -5005987 or 6135219. OLE color: 6135219.

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

Color convert

RGB17915793-
CMYK00.120.480.30
HSL44.65º36.13%53.33%-
HSV(B)44.65º48.04%70.2%-
XYZ32.6234.4915.29-
YUV156.2892.29144.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=41.72%
G=36.60%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791579300.120.480.3044.6536.1353.33
HexB39D5D0C301E2d2435
Octal2632351350146036554465
Binary101100111001110110111010110011000011110101101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39D5D; }

 p { color: rgb(179,157,93); }

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

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

 a { background-color: rgb(179,157,93); }

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

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

 span { border-color: rgb(179,157,93); }

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