#B08932

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

Shades of Alpine #B08932

Tints of Alpine #B08932

Color information

#B08932 (or 0xB08932) is unknown color: approx Alpine. HEX triplet: B0, 89 and 32. RGB value is (176,137,50). Sum of RGB (Red+Green+Blue) = 176+137+50=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B08932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08932 is #4F76CD. Grayscale: #8B8B8B. Windows color (decimal): -5207758 or 3312048. OLE color: 3312048.

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

Color convert

RGB17613750-
CMYK00.220.720.31
HSL41.43º55.75%44.31%-
HSV(B)41.43º71.59%69.02%-
XYZ27.4327.356.85-
YUV138.7477.92154.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=48.48%
G=37.74%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761375000.220.720.3141.4355.7544.31
HexB08932016481F29382c
Octal2602116202611037517054
Binary1011000010001001110010010110100100011111101001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08932; }

 p { color: rgb(176,137,50); }

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

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

 a { background-color: rgb(176,137,50); }

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

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

 span { border-color: rgb(176,137,50); }

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