#B1925C

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

Shades of Barley Corn #B1925C

Tints of Barley Corn #B1925C

Color information

#B1925C (or 0xB1925C) is unknown color: approx Barley Corn. HEX triplet: B1, 92 and 5C. RGB value is (177,146,92). Sum of RGB (Red+Green+Blue) = 177+146+92=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1925C is #4E6DA3. Grayscale: #959595. Windows color (decimal): -5139876 or 6066865. OLE color: 6066865.

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

Color convert

RGB17714692-
CMYK00.180.480.31
HSL38.12º35.27%52.75%-
HSV(B)38.12º48.02%69.41%-
XYZ30.3430.6814.45-
YUV149.1195.77147.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 92 (36.33% from 255) = 22.17%
R=42.65%
G=35.18%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771469200.180.480.3138.1235.2752.75
HexB1925C012301F262335
Octal2612221340226037464365
Binary1011000110010010101110001001011000011111100110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1925C; }

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

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

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

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

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

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

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

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