#B1935D

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

Shades of Barley Corn #B1935D

Tints of Barley Corn #B1935D

Color information

#B1935D (or 0xB1935D) is unknown color: approx Barley Corn. HEX triplet: B1, 93 and 5D. RGB value is (177,147,93). Sum of RGB (Red+Green+Blue) = 177+147+93=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1935D is #4E6CA2. Grayscale: #969696. Windows color (decimal): -5139619 or 6132657. OLE color: 6132657.

HSL color Cylindrical-coordinate representation of color #B1935D: hue angle of 38.57º 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 #B1935D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17714793-
CMYK00.170.470.31
HSL38.57º35%52.94%-
HSV(B)38.57º47.46%69.41%-
XYZ30.543114.73-
YUV149.8195.94147.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=42.45%
G=35.25%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771479300.170.470.3138.573552.94
HexB1935D0112F1F272335
Octal2612231350215737474365
Binary1011000110010011101110101000110111111111100111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1935D; }

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

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

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

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

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

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

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

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