#B1935C

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

Shades of Barley Corn #B1935C

Tints of Barley Corn #B1935C

Color information

#B1935C (or 0xB1935C) is unknown color: approx Barley Corn. HEX triplet: B1, 93 and 5C. RGB value is (177,147,92). Sum of RGB (Red+Green+Blue) = 177+147+92=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1935C is #4E6CA3. Grayscale: #959595. Windows color (decimal): -5139620 or 6067121. OLE color: 6067121.

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

Color convert

RGB17714792-
CMYK00.170.480.31
HSL38.82º35.27%52.75%-
HSV(B)38.82º48.02%69.41%-
XYZ30.530.9914.5-
YUV149.795.44147.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=42.55%
G=35.34%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771479200.170.480.3138.8235.2752.75
HexB1935C011301F272335
Octal2612231340216037474365
Binary1011000110010011101110001000111000011111100111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1935C; }

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

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

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

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

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

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

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

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