#B1893E

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

Shades of Alpine #B1893E

Tints of Alpine #B1893E

Color information

#B1893E (or 0xB1893E) is unknown color: approx Alpine. HEX triplet: B1, 89 and 3E. RGB value is (177,137,62). Sum of RGB (Red+Green+Blue) = 177+137+62=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B1893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1893E is #4E76C1. Grayscale: #8C8C8C. Windows color (decimal): -5142210 or 4098481. OLE color: 4098481.

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

Color convert

RGB17713762-
CMYK00.230.650.31
HSL39.13º48.12%46.86%-
HSV(B)39.13º64.97%69.41%-
XYZ27.9527.598.41-
YUV140.4183.75154.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 62 (24.61% from 255) = 16.49%
R=47.07%
G=36.44%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771376200.230.650.3139.1348.1246.86
HexB1893E017411F27302f
Octal2612117602710137476057
Binary1011000110001001111110010111100000111111100111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1893E; }

 p { color: rgb(177,137,62); }

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

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

 a { background-color: rgb(177,137,62); }

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

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

 span { border-color: rgb(177,137,62); }

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