#B18B3F

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

Shades of Alpine #B18B3F

Tints of Alpine #B18B3F

Color information

#B18B3F (or 0xB18B3F) is unknown color: approx Alpine. HEX triplet: B1, 8B and 3F. RGB value is (177,139,63). Sum of RGB (Red+Green+Blue) = 177+139+63=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18B3F is #4E74C0. Grayscale: #8E8E8E. Windows color (decimal): -5141697 or 4164529. OLE color: 4164529.

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

Color convert

RGB17713963-
CMYK00.210.640.31
HSL40º47.5%47.06%-
HSV(B)40º64.41%69.41%-
XYZ28.2628.178.65-
YUV141.783.59153.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 63 (25% from 255) = 16.62%
R=46.70%
G=36.68%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771396300.210.640.314047.547.06
HexB18B3F015401F28302f
Octal2612137702510037506057
Binary1011000110001011111111010101100000011111101000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B3F; }

 p { color: rgb(177,139,63); }

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

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

 a { background-color: rgb(177,139,63); }

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

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

 span { border-color: rgb(177,139,63); }

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