#B1935F

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

Shades of Barley Corn #B1935F

Tints of Barley Corn #B1935F

Color information

#B1935F (or 0xB1935F) is unknown color: approx Barley Corn. HEX triplet: B1, 93 and 5F. RGB value is (177,147,95). Sum of RGB (Red+Green+Blue) = 177+147+95=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1935F is #4E6CA0. Grayscale: #969696. Windows color (decimal): -5139617 or 6263729. OLE color: 6263729.

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

Color convert

RGB17714795-
CMYK00.170.460.31
HSL38.05º34.45%53.33%-
HSV(B)38.05º46.33%69.41%-
XYZ30.6331.0415.2-
YUV150.0496.94147.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=42.24%
G=35.08%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771479500.170.460.3138.0534.4553.33
HexB1935F0112E1F262235
Octal2612231370215637464265
Binary1011000110010011101111101000110111011111100110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1935F; }

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

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

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

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

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

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

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

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