#B08E37

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

Shades of Alpine #B08E37

Tints of Alpine #B08E37

Color information

#B08E37 (or 0xB08E37) is unknown color: approx Alpine. HEX triplet: B0, 8E and 37. RGB value is (176,142,55). Sum of RGB (Red+Green+Blue) = 176+142+55=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08E37 is #4F71C8. Grayscale: #8E8E8E. Windows color (decimal): -5206473 or 3641008. OLE color: 3641008.

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

Color convert

RGB17614255-
CMYK00.190.690.31
HSL43.14º52.38%45.29%-
HSV(B)43.14º68.75%69.02%-
XYZ28.2728.857.69-
YUV142.2578.76152.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 142 (55.86% from 255) = 38.07%
BLUE value IS 55 (21.88% from 255) = 14.75%
R=47.18%
G=38.07%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761425500.190.690.3143.1452.3845.29
HexB08E37013451F2b342d
Octal2602166702310537536455
Binary1011000010001110110111010011100010111111101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E37; }

 p { color: rgb(176,142,55); }

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

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

 a { background-color: rgb(176,142,55); }

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

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

 span { border-color: rgb(176,142,55); }

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