#B28536

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

Shades of Alpine #B28536

Tints of Alpine #B28536

Color information

#B28536 (or 0xB28536) is unknown color: approx Alpine. HEX triplet: B2, 85 and 36. RGB value is (178,133,54). Sum of RGB (Red+Green+Blue) = 178+133+54=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B28536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28536 is #4D7AC9. Grayscale: #898989. Windows color (decimal): -5077706 or 3573170. OLE color: 3573170.

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

Color convert

RGB17813354-
CMYK00.250.700.30
HSL38.23º53.45%45.49%-
HSV(B)38.23º69.66%69.8%-
XYZ27.4126.517.16-
YUV137.4580.91156.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.77%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 54 (21.48% from 255) = 14.79%
R=48.77%
G=36.44%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781335400.250.700.3038.2353.4545.49
HexB28536019461E26352d
Octal2622056603110636466555
Binary1011001010000101110110011001100011011110100110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28536; }

 p { color: rgb(178,133,54); }

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

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

 a { background-color: rgb(178,133,54); }

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

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

 span { border-color: rgb(178,133,54); }

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