#B2883A

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

Shades of Alpine #B2883A

Tints of Alpine #B2883A

Color information

#B2883A (or 0xB2883A) is unknown color: approx Alpine. HEX triplet: B2, 88 and 3A. RGB value is (178,136,58). Sum of RGB (Red+Green+Blue) = 178+136+58=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2883A is #4D77C5. Grayscale: #8C8C8C. Windows color (decimal): -5076934 or 3836082. OLE color: 3836082.

HSL color Cylindrical-coordinate representation of color #B2883A: hue angle of 39º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2883A is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB17813658-
CMYK00.240.670.30
HSL39º50.85%46.27%-
HSV(B)39º67.42%69.8%-
XYZ27.9327.387.82-
YUV139.6781.91155.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 136 (53.52% from 255) = 36.56%
BLUE value IS 58 (23.05% from 255) = 15.59%
R=47.85%
G=36.56%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781365800.240.670.303950.8546.27
HexB2883A018431E27332e
Octal2622107203010336476356
Binary1011001010001000111010011000100001111110100111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2883A; }

 p { color: rgb(178,136,58); }

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

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

 a { background-color: rgb(178,136,58); }

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

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

 span { border-color: rgb(178,136,58); }

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