#B2965E

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

Shades of Barley Corn #B2965E

Tints of Barley Corn #B2965E

Color information

#B2965E (or 0xB2965E) is unknown color: approx Barley Corn. HEX triplet: B2, 96 and 5E. RGB value is (178,150,94). Sum of RGB (Red+Green+Blue) = 178+150+94=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2965E is #4D69A1. Grayscale: #989898. Windows color (decimal): -5073314 or 6198962. OLE color: 6198962.

HSL color Cylindrical-coordinate representation of color #B2965E: hue angle of 40º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2965E is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17815094-
CMYK00.160.470.30
HSL40º35.29%53.33%-
HSV(B)40º47.19%69.8%-
XYZ31.2932.0915.13-
YUV151.9995.28146.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=42.18%
G=35.55%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781509400.160.470.304035.2953.33
HexB2965E0102F1E282335
Octal2622261360205736504365
Binary1011001010010110101111001000010111111110101000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2965E; }

 p { color: rgb(178,150,94); }

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

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

 a { background-color: rgb(178,150,94); }

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

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

 span { border-color: rgb(178,150,94); }

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