#B39065

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

Shades of Barley Corn #B39065

Tints of Barley Corn #B39065

Color information

#B39065 (or 0xB39065) is unknown color: approx Barley Corn. HEX triplet: B3, 90 and 65. RGB value is (179,144,101). Sum of RGB (Red+Green+Blue) = 179+144+101=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B39065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39065 is #4C6F9A. Grayscale: #959595. Windows color (decimal): -5009307 or 6656179. OLE color: 6656179.

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

Color convert

RGB179144101-
CMYK00.200.440.30
HSL33.08º33.91%54.9%-
HSV(B)33.08º43.58%70.2%-
XYZ30.9130.4716.56-
YUV149.56100.6149-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 101 (39.84% from 255) = 23.82%
R=42.22%
G=33.96%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914410100.200.440.3033.0833.9154.9
HexB390650142C1E212237
Octal2632201450245436414267
Binary1011001110010000110010101010010110011110100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39065; }

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

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

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

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

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

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

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

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