#B39D5B

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

Shades of Barley Corn #B39D5B

Tints of Barley Corn #B39D5B

Color information

#B39D5B (or 0xB39D5B) is unknown color: approx Barley Corn. HEX triplet: B3, 9D and 5B. RGB value is (179,157,91). Sum of RGB (Red+Green+Blue) = 179+157+91=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39D5B is #4C62A4. Grayscale: #9C9C9C. Windows color (decimal): -5005989 or 6004147. OLE color: 6004147.

HSL color Cylindrical-coordinate representation of color #B39D5B: hue angle of 45º degrees, saturation: 0.37, 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 #B39D5B is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17915791-
CMYK00.120.490.30
HSL45º36.67%52.94%-
HSV(B)45º49.16%70.2%-
XYZ32.5434.4514.83-
YUV156.0591.29144.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 157 (61.72% from 255) = 36.77%
BLUE value IS 91 (35.94% from 255) = 21.31%
R=41.92%
G=36.77%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791579100.120.490.304536.6752.94
HexB39D5B0C311E2d2535
Octal2632351330146136554565
Binary101100111001110110110110110011000111110101101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39D5B; }

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

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

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

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

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

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

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

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