#B48E39

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

Shades of Alpine #B48E39

Tints of Alpine #B48E39

Color information

#B48E39 (or 0xB48E39) is unknown color: approx Alpine. HEX triplet: B4, 8E and 39. RGB value is (180,142,57). Sum of RGB (Red+Green+Blue) = 180+142+57=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E39 is #4B71C6. Grayscale: #909090. Windows color (decimal): -4944327 or 3772084. OLE color: 3772084.

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

Color convert

RGB18014257-
CMYK00.210.680.29
HSL41.46º51.9%46.47%-
HSV(B)41.46º68.33%70.59%-
XYZ29.2329.347.99-
YUV143.6779.09153.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 57 (22.66% from 255) = 15.04%
R=47.49%
G=37.47%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801425700.210.680.2941.4651.946.47
HexB48E39015441D29342e
Octal2642167102510435516456
Binary1011010010001110111001010101100010011101101001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E39; }

 p { color: rgb(180,142,57); }

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

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

 a { background-color: rgb(180,142,57); }

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

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

 span { border-color: rgb(180,142,57); }

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