#B18E38

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

Shades of Alpine #B18E38

Tints of Alpine #B18E38

Color information

#B18E38 (or 0xB18E38) is unknown color: approx Alpine. HEX triplet: B1, 8E and 38. RGB value is (177,142,56). Sum of RGB (Red+Green+Blue) = 177+142+56=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E38 is #4E71C7. Grayscale: #8F8F8F. Windows color (decimal): -5140936 or 3706545. OLE color: 3706545.

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

Color convert

RGB17714256-
CMYK00.200.680.31
HSL42.64º51.93%45.69%-
HSV(B)42.64º68.36%69.41%-
XYZ28.5228.987.83-
YUV142.6679.1152.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 56 (22.27% from 255) = 14.93%
R=47.2%
G=37.87%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771425600.200.680.3142.6451.9345.69
HexB18E38014441F2b342e
Octal2612167002410437536456
Binary1011000110001110111000010100100010011111101011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E38; }

 p { color: rgb(177,142,56); }

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

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

 a { background-color: rgb(177,142,56); }

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

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

 span { border-color: rgb(177,142,56); }

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