#B1945B

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

Shades of Barley Corn #B1945B

Tints of Barley Corn #B1945B

Color information

#B1945B (or 0xB1945B) is unknown color: approx Barley Corn. HEX triplet: B1, 94 and 5B. RGB value is (177,148,91). Sum of RGB (Red+Green+Blue) = 177+148+91=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1945B is #4E6BA4. Grayscale: #969696. Windows color (decimal): -5139365 or 6001841. OLE color: 6001841.

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

Color convert

RGB17714891-
CMYK00.160.490.31
HSL39.77º35.54%52.55%-
HSV(B)39.77º48.59%69.41%-
XYZ30.6131.2814.32-
YUV150.1794.61147.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 91 (35.94% from 255) = 21.88%
R=42.55%
G=35.58%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771489100.160.490.3139.7735.5452.55
HexB1945B010311F282435
Octal2612241330206137504465
Binary1011000110010100101101101000011000111111101000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1945B; }

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

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

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

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

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

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

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

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