#B39765

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

Shades of Barley Corn #B39765

Tints of Barley Corn #B39765

Color information

#B39765 (or 0xB39765) is unknown color: approx Barley Corn. HEX triplet: B3, 97 and 65. RGB value is (179,151,101). Sum of RGB (Red+Green+Blue) = 179+151+101=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B39765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39765 is #4C689A. Grayscale: #999999. Windows color (decimal): -5007515 or 6657971. OLE color: 6657971.

HSL color Cylindrical-coordinate representation of color #B39765: hue angle of 38.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B39765 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB179151101-
CMYK00.160.440.30
HSL38.46º33.91%54.9%-
HSV(B)38.46º43.58%70.2%-
XYZ32.0132.6616.93-
YUV153.6798.28146.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=41.53%
G=35.03%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915110100.160.440.3038.4633.9154.9
HexB397650102C1E262237
Octal2632271450205436464267
Binary1011001110010111110010101000010110011110100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39765; }

 p { color: rgb(179,151,101); }

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

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

 a { background-color: rgb(179,151,101); }

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

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

 span { border-color: rgb(179,151,101); }

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