#B38B39

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

Shades of Alpine #B38B39

Tints of Alpine #B38B39

Color information

#B38B39 (or 0xB38B39) is unknown color: approx Alpine. HEX triplet: B3, 8B and 39. RGB value is (179,139,57). Sum of RGB (Red+Green+Blue) = 179+139+57=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38B39 is #4C74C6. Grayscale: #8D8D8D. Windows color (decimal): -5010631 or 3771315. OLE color: 3771315.

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

Color convert

RGB17913957-
CMYK00.220.680.30
HSL40.33º51.69%46.27%-
HSV(B)40.33º68.16%70.2%-
XYZ28.5628.347.84-
YUV141.6180.25154.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 57 (22.66% from 255) = 15.2%
R=47.73%
G=37.07%
B=15.2%

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
Decimal1791395700.220.680.3040.3351.6946.27
HexB38B39016441E28342e
Octal2632137102610436506456
Binary1011001110001011111001010110100010011110101000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B39; }

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

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

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

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

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

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

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

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