#B18A3B

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

Shades of Alpine #B18A3B

Tints of Alpine #B18A3B

Color information

#B18A3B (or 0xB18A3B) is unknown color: approx Alpine. HEX triplet: B1, 8A and 3B. RGB value is (177,138,59). Sum of RGB (Red+Green+Blue) = 177+138+59=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A3B is #4E75C4. Grayscale: #8D8D8D. Windows color (decimal): -5141957 or 3902129. OLE color: 3902129.

HSL color Cylindrical-coordinate representation of color #B18A3B: hue angle of 40.17º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B18A3B is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17713859-
CMYK00.220.670.31
HSL40.17º50%46.27%-
HSV(B)40.17º66.67%69.41%-
XYZ28.0127.848.04-
YUV140.6681.92153.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 59 (23.44% from 255) = 15.78%
R=47.33%
G=36.90%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771385900.220.670.3140.175046.27
HexB18A3B016431F28322e
Octal2612127302610337506256
Binary1011000110001010111011010110100001111111101000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18A3B; }

 p { color: rgb(177,138,59); }

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

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

 a { background-color: rgb(177,138,59); }

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

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

 span { border-color: rgb(177,138,59); }

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