#B6865B

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

Shades of Barley Corn #B6865B

Tints of Barley Corn #B6865B

Color information

#B6865B (or 0xB6865B) is unknown color: approx Barley Corn. HEX triplet: B6, 86 and 5B. RGB value is (182,134,91). Sum of RGB (Red+Green+Blue) = 182+134+91=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6865B is #4979A4. Grayscale: #8F8F8F. Windows color (decimal): -4815269 or 5998262. OLE color: 5998262.

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

Color convert

RGB18213491-
CMYK00.260.50.29
HSL28.35º38.4%53.53%-
HSV(B)28.35º50%71.37%-
XYZ29.727.7513.69-
YUV143.4598.4155.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 91 (35.94% from 255) = 22.36%
R=44.72%
G=32.92%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821349100.260.50.2928.3538.453.53
HexB6865B01A321D1c2636
Octal2662061330326235344666
Binary101101101000011010110110110101100101110111100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6865B; }

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

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

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

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

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

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

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

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