#B08438

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

Shades of Alpine #B08438

Tints of Alpine #B08438

Color information

#B08438 (or 0xB08438) is unknown color: approx Alpine. HEX triplet: B0, 84 and 38. RGB value is (176,132,56). Sum of RGB (Red+Green+Blue) = 176+132+56=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B08438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08438 is #4F7BC7. Grayscale: #888888. Windows color (decimal): -5209032 or 3703984. OLE color: 3703984.

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

Color convert

RGB17613256-
CMYK00.250.680.31
HSL38º51.72%45.49%-
HSV(B)38º68.18%69.02%-
XYZ26.8726.027.35-
YUV136.4982.58156.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.35%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 56 (22.27% from 255) = 15.38%
R=48.35%
G=36.26%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761325600.250.680.313851.7245.49
HexB08438019441F26342d
Octal2602047003110437466455
Binary1011000010000100111000011001100010011111100110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08438; }

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

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

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

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

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

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

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

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