#B1915F

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

Shades of Barley Corn #B1915F

Tints of Barley Corn #B1915F

Color information

#B1915F (or 0xB1915F) is unknown color: approx Barley Corn. HEX triplet: B1, 91 and 5F. RGB value is (177,145,95). Sum of RGB (Red+Green+Blue) = 177+145+95=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1915F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1915F is #4E6EA0. Grayscale: #959595. Windows color (decimal): -5140129 or 6263217. OLE color: 6263217.

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

Color convert

RGB17714595-
CMYK00.180.460.31
HSL36.59º34.45%53.33%-
HSV(B)36.59º46.33%69.41%-
XYZ30.3230.4215.1-
YUV148.8797.6148.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 95 (37.5% from 255) = 22.78%
R=42.45%
G=34.77%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771459500.180.460.3136.5934.4553.33
HexB1915F0122E1F252235
Octal2612211370225637454265
Binary1011000110010001101111101001010111011111100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1915F; }

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

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

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

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

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

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

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

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