#B28C35

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

Shades of Alpine #B28C35

Tints of Alpine #B28C35

Color information

#B28C35 (or 0xB28C35) is unknown color: approx Alpine. HEX triplet: B2, 8C and 35. RGB value is (178,140,53). Sum of RGB (Red+Green+Blue) = 178+140+53=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C35 is #4D73CA. Grayscale: #8D8D8D. Windows color (decimal): -5075915 or 3509426. OLE color: 3509426.

HSL color Cylindrical-coordinate representation of color #B28C35: hue angle of 41.76º degrees, saturation: 0.54, 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 #B28C35 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17814053-
CMYK00.210.700.30
HSL41.76º54.11%45.29%-
HSV(B)41.76º70.22%69.8%-
XYZ28.3828.487.37-
YUV141.4478.09154.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 53 (21.09% from 255) = 14.29%
R=47.98%
G=37.74%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781405300.210.700.3041.7654.1145.29
HexB28C35015461E2a362d
Octal2622146502510636526655
Binary1011001010001100110101010101100011011110101010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28C35; }

 p { color: rgb(178,140,53); }

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

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

 a { background-color: rgb(178,140,53); }

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

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

 span { border-color: rgb(178,140,53); }

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