#B08338

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

Shades of Alpine #B08338

Tints of Alpine #B08338

Color information

#B08338 (or 0xB08338) is unknown color: approx Alpine. HEX triplet: B0, 83 and 38. RGB value is (176,131,56). Sum of RGB (Red+Green+Blue) = 176+131+56=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B08338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08338 is #4F7CC7. Grayscale: #888888. Windows color (decimal): -5209288 or 3703728. OLE color: 3703728.

HSL color Cylindrical-coordinate representation of color #B08338: hue angle of 37.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 #B08338 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17613156-
CMYK00.260.680.31
HSL37.5º51.72%45.49%-
HSV(B)37.5º68.18%69.02%-
XYZ26.7325.757.3-
YUV135.982.91156.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 56 (22.27% from 255) = 15.43%
R=48.48%
G=36.09%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761315600.260.680.3137.551.7245.49
HexB0833801A441F26342d
Octal2602037003210437466455
Binary1011000010000011111000011010100010011111100110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08338; }

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

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

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

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

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

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

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

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