#b38c39

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

Shades of Alpine #B38C39

Tints of Alpine #B38C39

Color information

#B38C39 (or 0xB38C39) is unknown color: approx Alpine. HEX triplet: B3, 8C and 39. RGB value is (179,140,57). Sum of RGB (Red+Green+Blue) = 179+140+57=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38C39 is #4C73C6. Grayscale: #8E8E8E. Windows color (decimal): -5010375 or 3771571. OLE color: 3771571.

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

Color convert

RGB17914057-
CMYK00.220.680.30
HSL40.82º51.69%46.27%-
HSV(B)40.82º68.16%70.2%-
XYZ28.7128.647.89-
YUV142.279.92154.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 57 (22.66% from 255) = 15.16%
R=47.61%
G=37.23%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791405700.220.680.3040.8251.6946.27
HexB38C39016441E29342e
Octal2632147102610436516456
Binary1011001110001100111001010110100010011110101001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b38c39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b38c39; }

 p { color: rgb(179,140,57); }

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

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

 a { background-color: rgb(179,140,57); }

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

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

 span { border-color: rgb(179,140,57); }

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