#B39066

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

Shades of Barley Corn #B39066

Tints of Barley Corn #B39066

Color information

#B39066 (or 0xB39066) is unknown color: approx Barley Corn. HEX triplet: B3, 90 and 66. RGB value is (179,144,102). Sum of RGB (Red+Green+Blue) = 179+144+102=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B39066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39066 is #4C6F99. Grayscale: #959595. Windows color (decimal): -5009306 or 6721715. OLE color: 6721715.

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

Color convert

RGB179144102-
CMYK00.200.430.30
HSL32.73º33.62%55.1%-
HSV(B)32.73º43.02%70.2%-
XYZ30.9630.4916.82-
YUV149.68101.1148.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 102 (40.23% from 255) = 24%
R=42.12%
G=33.88%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914410200.200.430.3032.7333.6255.1
HexB390660142B1E212237
Octal2632201460245336414267
Binary1011001110010000110011001010010101111110100001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39066; }

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

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

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

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

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

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

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

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