#B39965

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

Shades of Barley Corn #B39965

Tints of Barley Corn #B39965

Color information

#B39965 (or 0xB39965) is unknown color: approx Barley Corn. HEX triplet: B3, 99 and 65. RGB value is (179,153,101). Sum of RGB (Red+Green+Blue) = 179+153+101=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B39965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39965 is #4C669A. Grayscale: #9B9B9B. Windows color (decimal): -5007003 or 6658483. OLE color: 6658483.

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

Color convert

RGB179153101-
CMYK00.150.440.30
HSL40º33.91%54.9%-
HSV(B)40º43.58%70.2%-
XYZ32.3333.3117.04-
YUV154.8597.61145.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=41.34%
G=35.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915310100.150.440.304033.9154.9
HexB399650F2C1E282237
Octal2632311450175436504267
Binary101100111001100111001010111110110011110101000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39965; }

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

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

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

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

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

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

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

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