#B1945E

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

Shades of Barley Corn #B1945E

Tints of Barley Corn #B1945E

Color information

#B1945E (or 0xB1945E) is unknown color: approx Barley Corn. HEX triplet: B1, 94 and 5E. RGB value is (177,148,94). Sum of RGB (Red+Green+Blue) = 177+148+94=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1945E is #4E6BA1. Grayscale: #969696. Windows color (decimal): -5139362 or 6198449. OLE color: 6198449.

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

Color convert

RGB17714894-
CMYK00.160.470.31
HSL39.04º34.73%53.14%-
HSV(B)39.04º46.89%69.41%-
XYZ30.7431.3415.02-
YUV150.5196.11146.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=42.24%
G=35.32%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771489400.160.470.3139.0434.7353.14
HexB1945E0102F1F272335
Octal2612241360205737474365
Binary1011000110010100101111001000010111111111100111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1945E; }

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

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

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

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

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

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

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

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