#B18632

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

Shades of Alpine #B18632

Tints of Alpine #B18632

Color information

#B18632 (or 0xB18632) is unknown color: approx Alpine. HEX triplet: B1, 86 and 32. RGB value is (177,134,50). Sum of RGB (Red+Green+Blue) = 177+134+50=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B18632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18632 is #4E79CD. Grayscale: #898989. Windows color (decimal): -5142990 or 3311281. OLE color: 3311281.

HSL color Cylindrical-coordinate representation of color #B18632: hue angle of 39.69º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B18632 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17713450-
CMYK00.240.720.31
HSL39.69º55.95%44.51%-
HSV(B)39.69º71.75%69.41%-
XYZ27.2326.636.72-
YUV137.2878.75156.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 50 (19.92% from 255) = 13.85%
R=49.03%
G=37.12%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771345000.240.720.3139.6955.9544.51
HexB18632018481F28382d
Octal2612066203011037507055
Binary1011000110000110110010011000100100011111101000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18632; }

 p { color: rgb(177,134,50); }

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

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

 a { background-color: rgb(177,134,50); }

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

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

 span { border-color: rgb(177,134,50); }

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