#B18B33

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

Shades of Alpine #B18B33

Tints of Alpine #B18B33

Color information

#B18B33 (or 0xB18B33) is unknown color: approx Alpine. HEX triplet: B1, 8B and 33. RGB value is (177,139,51). Sum of RGB (Red+Green+Blue) = 177+139+51=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18B33 is #4E74CC. Grayscale: #8C8C8C. Windows color (decimal): -5141709 or 3378097. OLE color: 3378097.

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

Color convert

RGB17713951-
CMYK00.210.710.31
HSL41.9º55.26%44.71%-
HSV(B)41.9º71.19%69.41%-
XYZ27.9628.057.07-
YUV140.3377.59154.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=48.23%
G=37.87%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771395100.210.710.3141.955.2644.71
HexB18B33015471F2a372d
Octal2612136302510737526755
Binary1011000110001011110011010101100011111111101010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B33; }

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

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

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

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

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

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

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

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