#B6945D

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

Shades of Barley Corn #B6945D

Tints of Barley Corn #B6945D

Color information

#B6945D (or 0xB6945D) is unknown color: approx Barley Corn. HEX triplet: B6, 94 and 5D. RGB value is (182,148,93). Sum of RGB (Red+Green+Blue) = 182+148+93=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6945D is #496BA2. Grayscale: #989898. Windows color (decimal): -4811683 or 6132918. OLE color: 6132918.

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

Color convert

RGB18214893-
CMYK00.190.490.29
HSL37.08º37.87%53.92%-
HSV(B)37.08º48.9%71.37%-
XYZ31.8631.9214.84-
YUV151.994.76149.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 93 (36.72% from 255) = 21.99%
R=43.03%
G=34.99%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821489300.190.490.2937.0837.8753.92
HexB6945D013311D252636
Octal2662241350236135454666
Binary1011011010010100101110101001111000111101100101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6945D; }

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

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

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

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

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

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

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

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