#B39258

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

Shades of Barley Corn #B39258

Tints of Barley Corn #B39258

Color information

#B39258 (or 0xB39258) is unknown color: approx Barley Corn. HEX triplet: B3, 92 and 58. RGB value is (179,146,88). Sum of RGB (Red+Green+Blue) = 179+146+88=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B39258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39258 is #4C6DA7. Grayscale: #959595. Windows color (decimal): -5008808 or 5804723. OLE color: 5804723.

HSL color Cylindrical-coordinate representation of color #B39258: hue angle of 38.24º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B39258 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB17914688-
CMYK00.180.510.30
HSL38.24º37.45%52.35%-
HSV(B)38.24º50.84%70.2%-
XYZ30.6330.8513.57-
YUV149.2693.43149.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 88 (34.77% from 255) = 21.31%
R=43.34%
G=35.35%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791468800.180.510.3038.2437.4552.35
HexB39258012331E262534
Octal2632221300226336464564
Binary1011001110010010101100001001011001111110100110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39258; }

 p { color: rgb(179,146,88); }

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

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

 a { background-color: rgb(179,146,88); }

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

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

 span { border-color: rgb(179,146,88); }

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