#B08531

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

Shades of Alpine #B08531

Tints of Alpine #B08531

Color information

#B08531 (or 0xB08531) is unknown color: approx Alpine. HEX triplet: B0, 85 and 31. RGB value is (176,133,49). Sum of RGB (Red+Green+Blue) = 176+133+49=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B08531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08531 is #4F7ACE. Grayscale: #888888. Windows color (decimal): -5208783 or 3245488. OLE color: 3245488.

HSL color Cylindrical-coordinate representation of color #B08531: hue angle of 39.69º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B08531 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17613349-
CMYK00.240.720.31
HSL39.69º56.44%44.12%-
HSV(B)39.69º72.16%69.02%-
XYZ26.8526.236.55-
YUV136.2878.75156.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 49 (19.53% from 255) = 13.69%
R=49.16%
G=37.15%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761334900.240.720.3139.6956.4444.12
HexB08531018481F28382c
Octal2602056103011037507054
Binary1011000010000101110001011000100100011111101000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08531; }

 p { color: rgb(176,133,49); }

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

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

 a { background-color: rgb(176,133,49); }

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

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

 span { border-color: rgb(176,133,49); }

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