#B1945C

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

Shades of Barley Corn #B1945C

Tints of Barley Corn #B1945C

Color information

#B1945C (or 0xB1945C) is unknown color: approx Barley Corn. HEX triplet: B1, 94 and 5C. RGB value is (177,148,92). Sum of RGB (Red+Green+Blue) = 177+148+92=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1945C is #4E6BA3. Grayscale: #969696. Windows color (decimal): -5139364 or 6067377. OLE color: 6067377.

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

Color convert

RGB17714892-
CMYK00.160.480.31
HSL39.53º35.27%52.75%-
HSV(B)39.53º48.02%69.41%-
XYZ30.6531.314.55-
YUV150.2995.11147.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 92 (36.33% from 255) = 22.06%
R=42.45%
G=35.49%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771489200.160.480.3139.5335.2752.75
HexB1945C010301F282335
Octal2612241340206037504365
Binary1011000110010100101110001000011000011111101000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1945C; }

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

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

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

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

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

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

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

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