#B2915B

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

Shades of Barley Corn #B2915B

Tints of Barley Corn #B2915B

Color information

#B2915B (or 0xB2915B) is unknown color: approx Barley Corn. HEX triplet: B2, 91 and 5B. RGB value is (178,145,91). Sum of RGB (Red+Green+Blue) = 178+145+91=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B2915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2915B is #4D6EA4. Grayscale: #949494. Windows color (decimal): -5074597 or 6001074. OLE color: 6001074.

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

Color convert

RGB17814591-
CMYK00.190.490.30
HSL37.24º36.1%52.75%-
HSV(B)37.24º48.88%69.8%-
XYZ30.3730.4714.18-
YUV148.7195.43148.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 91 (35.94% from 255) = 21.98%
R=43.00%
G=35.02%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781459100.190.490.3037.2436.152.75
HexB2915B013311E252435
Octal2622211330236136454465
Binary1011001010010001101101101001111000111110100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2915B; }

 p { color: rgb(178,145,91); }

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

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

 a { background-color: rgb(178,145,91); }

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

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

 span { border-color: rgb(178,145,91); }

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