#B1915D

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

Shades of Barley Corn #B1915D

Tints of Barley Corn #B1915D

Color information

#B1915D (or 0xB1915D) is unknown color: approx Barley Corn. HEX triplet: B1, 91 and 5D. RGB value is (177,145,93). Sum of RGB (Red+Green+Blue) = 177+145+93=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1915D is #4E6EA2. Grayscale: #949494. Windows color (decimal): -5140131 or 6132145. OLE color: 6132145.

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

Color convert

RGB17714593-
CMYK00.180.470.31
HSL37.14º35%52.94%-
HSV(B)37.14º47.46%69.41%-
XYZ30.2330.3914.63-
YUV148.6496.6148.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=42.65%
G=34.94%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771459300.180.470.3137.143552.94
HexB1915D0122F1F252335
Octal2612211350225737454365
Binary1011000110010001101110101001010111111111100101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1915D; }

 p { color: rgb(177,145,93); }

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

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

 a { background-color: rgb(177,145,93); }

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

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

 span { border-color: rgb(177,145,93); }

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