#B08A33

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

Shades of Alpine #B08A33

Tints of Alpine #B08A33

Color information

#B08A33 (or 0xB08A33) is unknown color: approx Alpine. HEX triplet: B0, 8A and 33. RGB value is (176,138,51). Sum of RGB (Red+Green+Blue) = 176+138+51=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A33 is #4F75CC. Grayscale: #8B8B8B. Windows color (decimal): -5207501 or 3377840. OLE color: 3377840.

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

Color convert

RGB17613851-
CMYK00.220.710.31
HSL41.76º55.07%44.51%-
HSV(B)41.76º71.02%69.02%-
XYZ27.5927.657.01-
YUV139.4478.09154.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 51 (20.31% from 255) = 13.97%
R=48.22%
G=37.81%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761385100.220.710.3141.7655.0744.51
HexB08A33016471F2a372d
Octal2602126302610737526755
Binary1011000010001010110011010110100011111111101010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A33; }

 p { color: rgb(176,138,51); }

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

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

 a { background-color: rgb(176,138,51); }

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

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

 span { border-color: rgb(176,138,51); }

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