#B28D3C

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

Shades of Alpine #B28D3C

Tints of Alpine #B28D3C

Color information

#B28D3C (or 0xB28D3C) is unknown color: approx Alpine. HEX triplet: B2, 8D and 3C. RGB value is (178,141,60). Sum of RGB (Red+Green+Blue) = 178+141+60=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D3C is #4D72C3. Grayscale: #8F8F8F. Windows color (decimal): -5075652 or 3968434. OLE color: 3968434.

HSL color Cylindrical-coordinate representation of color #B28D3C: hue angle of 41.19º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B28D3C is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB17814160-
CMYK00.210.660.30
HSL41.19º49.58%46.67%-
HSV(B)41.19º66.29%69.8%-
XYZ28.728.848.33-
YUV142.8381.26153.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 60 (23.83% from 255) = 15.83%
R=46.97%
G=37.20%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781416000.210.660.3041.1949.5846.67
HexB28D3C015421E29322f
Octal2622157402510236516257
Binary1011001010001101111100010101100001011110101001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D3C; }

 p { color: rgb(178,141,60); }

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

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

 a { background-color: rgb(178,141,60); }

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

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

 span { border-color: rgb(178,141,60); }

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