#B08A39

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

Shades of Alpine #B08A39

Tints of Alpine #B08A39

Color information

#B08A39 (or 0xB08A39) is unknown color: approx Alpine. HEX triplet: B0, 8A and 39. RGB value is (176,138,57). Sum of RGB (Red+Green+Blue) = 176+138+57=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A39 is #4F75C6. Grayscale: #8C8C8C. Windows color (decimal): -5207495 or 3771056. OLE color: 3771056.

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

Color convert

RGB17613857-
CMYK00.220.680.31
HSL40.84º51.07%45.69%-
HSV(B)40.84º67.61%69.02%-
XYZ27.7327.77.76-
YUV140.1381.09153.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 57 (22.66% from 255) = 15.36%
R=47.44%
G=37.20%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761385700.220.680.3140.8451.0745.69
HexB08A39016441F29332e
Octal2602127102610437516356
Binary1011000010001010111001010110100010011111101001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A39; }

 p { color: rgb(176,138,57); }

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

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

 a { background-color: rgb(176,138,57); }

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

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

 span { border-color: rgb(176,138,57); }

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