#B1893D

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

Shades of Alpine #B1893D

Tints of Alpine #B1893D

Color information

#B1893D (or 0xB1893D) is unknown color: approx Alpine. HEX triplet: B1, 89 and 3D. RGB value is (177,137,61). Sum of RGB (Red+Green+Blue) = 177+137+61=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1893D is #4E76C2. Grayscale: #8C8C8C. Windows color (decimal): -5142211 or 4032945. OLE color: 4032945.

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

Color convert

RGB17713761-
CMYK00.230.660.31
HSL39.31º48.74%46.67%-
HSV(B)39.31º65.54%69.41%-
XYZ27.9227.588.27-
YUV140.383.25154.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=47.2%
G=36.53%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771376100.230.660.3139.3148.7446.67
HexB1893D017421F27312f
Octal2612117502710237476157
Binary1011000110001001111101010111100001011111100111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1893D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1893D; }

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

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

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

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

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

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

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

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