#B28634

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

Shades of Alpine #B28634

Tints of Alpine #B28634

Color information

#B28634 (or 0xB28634) is unknown color: approx Alpine. HEX triplet: B2, 86 and 34. RGB value is (178,134,52). Sum of RGB (Red+Green+Blue) = 178+134+52=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B28634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28634 is #4D79CB. Grayscale: #8A8A8A. Windows color (decimal): -5077452 or 3442354. OLE color: 3442354.

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

Color convert

RGB17813452-
CMYK00.250.710.30
HSL39.05º54.78%45.1%-
HSV(B)39.05º70.79%69.8%-
XYZ27.5126.766.96-
YUV137.8179.58156.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 52 (20.70% from 255) = 14.29%
R=48.90%
G=36.81%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781345200.250.710.3039.0554.7845.1
HexB28634019471E27372d
Octal2622066403110736476755
Binary1011001010000110110100011001100011111110100111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28634; }

 p { color: rgb(178,134,52); }

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

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

 a { background-color: rgb(178,134,52); }

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

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

 span { border-color: rgb(178,134,52); }

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