#B6865D

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

Shades of Barley Corn #B6865D

Tints of Barley Corn #B6865D

Color information

#B6865D (or 0xB6865D) is unknown color: approx Barley Corn. HEX triplet: B6, 86 and 5D. RGB value is (182,134,93). Sum of RGB (Red+Green+Blue) = 182+134+93=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6865D is #4979A2. Grayscale: #8F8F8F. Windows color (decimal): -4815267 or 6129334. OLE color: 6129334.

HSL color Cylindrical-coordinate representation of color #B6865D: hue angle of 27.64º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6865D is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18213493-
CMYK00.260.490.29
HSL27.64º37.87%53.92%-
HSV(B)27.64º48.9%71.37%-
XYZ29.7927.7914.15-
YUV143.6899.4155.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=44.50%
G=32.76%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821349300.260.490.2927.6437.8753.92
HexB6865D01A311D1c2636
Octal2662061350326135344666
Binary101101101000011010111010110101100011110111100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6865D; }

 p { color: rgb(182,134,93); }

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

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

 a { background-color: rgb(182,134,93); }

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

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

 span { border-color: rgb(182,134,93); }

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