#B28D3D

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

Shades of Alpine #B28D3D

Tints of Alpine #B28D3D

Color information

#B28D3D (or 0xB28D3D) is unknown color: approx Alpine. HEX triplet: B2, 8D and 3D. RGB value is (178,141,61). Sum of RGB (Red+Green+Blue) = 178+141+61=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D3D is #4D72C2. Grayscale: #8F8F8F. Windows color (decimal): -5075651 or 4033970. OLE color: 4033970.

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

Color convert

RGB17814161-
CMYK00.210.660.30
HSL41.03º48.95%46.86%-
HSV(B)41.03º65.73%69.8%-
XYZ28.7328.858.47-
YUV142.9481.76153-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.84%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 61 (24.22% from 255) = 16.05%
R=46.84%
G=37.11%
B=16.05%

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
Decimal1781416100.210.660.3041.0348.9546.86
HexB28D3D015421E29312f
Octal2622157502510236516157
Binary1011001010001101111101010101100001011110101001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D3D; }

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

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

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

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

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

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

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

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