#B28C3C

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

Shades of Alpine #B28C3C

Tints of Alpine #B28C3C

Color information

#B28C3C (or 0xB28C3C) is unknown color: approx Alpine. HEX triplet: B2, 8C and 3C. RGB value is (178,140,60). Sum of RGB (Red+Green+Blue) = 178+140+60=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C3C is #4D73C3. Grayscale: #8E8E8E. Windows color (decimal): -5075908 or 3968178. OLE color: 3968178.

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

Color convert

RGB17814060-
CMYK00.210.660.30
HSL40.68º49.58%46.67%-
HSV(B)40.68º66.29%69.8%-
XYZ28.5528.558.28-
YUV142.2481.59153.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 60 (23.83% from 255) = 15.87%
R=47.09%
G=37.04%
B=15.87%

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
Decimal1781406000.210.660.3040.6849.5846.67
HexB28C3C015421E29322f
Octal2622147402510236516257
Binary1011001010001100111100010101100001011110101001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28C3C; }

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

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

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

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

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

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

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

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