#B18438

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

Shades of Alpine #B18438

Tints of Alpine #B18438

Color information

#B18438 (or 0xB18438) is unknown color: approx Alpine. HEX triplet: B1, 84 and 38. RGB value is (177,132,56). Sum of RGB (Red+Green+Blue) = 177+132+56=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B18438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18438 is #4E7BC7. Grayscale: #898989. Windows color (decimal): -5143496 or 3703985. OLE color: 3703985.

HSL color Cylindrical-coordinate representation of color #B18438: hue angle of 37.69º 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 #B18438 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17713256-
CMYK00.250.680.31
HSL37.69º51.93%45.69%-
HSV(B)37.69º68.36%69.41%-
XYZ27.126.147.36-
YUV136.7982.41156.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 56 (22.27% from 255) = 15.34%
R=48.49%
G=36.16%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771325600.250.680.3137.6951.9345.69
HexB18438019441F26342e
Octal2612047003110437466456
Binary1011000110000100111000011001100010011111100110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18438; }

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

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

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

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

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

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

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

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