#B6875D

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

Shades of Barley Corn #B6875D

Tints of Barley Corn #B6875D

Color information

#B6875D (or 0xB6875D) is unknown color: approx Barley Corn. HEX triplet: B6, 87 and 5D. RGB value is (182,135,93). Sum of RGB (Red+Green+Blue) = 182+135+93=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6875D is #4978A2. Grayscale: #909090. Windows color (decimal): -4815011 or 6129590. OLE color: 6129590.

HSL color Cylindrical-coordinate representation of color #B6875D: hue angle of 28.31º 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 #B6875D is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18213593-
CMYK00.260.490.29
HSL28.31º37.87%53.92%-
HSV(B)28.31º48.9%71.37%-
XYZ29.9328.0614.2-
YUV144.2699.07154.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=44.39%
G=32.93%
B=22.68%

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
Decimal1821359300.260.490.2928.3137.8753.92
HexB6875D01A311D1c2636
Octal2662071350326135344666
Binary101101101000011110111010110101100011110111100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6875D; }

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

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

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

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

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

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

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

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