#B08138

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

Shades of Alpine #B08138

Tints of Alpine #B08138

Color information

#B08138 (or 0xB08138) is unknown color: approx Alpine. HEX triplet: B0, 81 and 38. RGB value is (176,129,56). Sum of RGB (Red+Green+Blue) = 176+129+56=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B08138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08138 is #4F7EC7. Grayscale: #878787. Windows color (decimal): -5209800 or 3703216. OLE color: 3703216.

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

Color convert

RGB17612956-
CMYK00.270.680.31
HSL36.5º51.72%45.49%-
HSV(B)36.5º68.18%69.02%-
XYZ26.4725.227.21-
YUV134.7383.57157.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 56 (22.27% from 255) = 15.51%
R=48.75%
G=35.73%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761295600.270.680.3136.551.7245.49
HexB0813801B441F25342d
Octal2602017003310437456455
Binary1011000010000001111000011011100010011111100101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08138; }

 p { color: rgb(176,129,56); }

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

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

 a { background-color: rgb(176,129,56); }

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

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

 span { border-color: rgb(176,129,56); }

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