#B28C3A

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

Shades of Alpine #B28C3A

Tints of Alpine #B28C3A

Color information

#B28C3A (or 0xB28C3A) is unknown color: approx Alpine. HEX triplet: B2, 8C and 3A. RGB value is (178,140,58). Sum of RGB (Red+Green+Blue) = 178+140+58=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C3A is #4D73C5. Grayscale: #8E8E8E. Windows color (decimal): -5075910 or 3837106. OLE color: 3837106.

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

Color convert

RGB17814058-
CMYK00.210.670.30
HSL41º50.85%46.27%-
HSV(B)41º67.42%69.8%-
XYZ28.528.538.01-
YUV142.0180.59153.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 58 (23.05% from 255) = 15.43%
R=47.34%
G=37.23%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781405800.210.670.304150.8546.27
HexB28C3A015431E29332e
Octal2622147202510336516356
Binary1011001010001100111010010101100001111110101001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28C3A; }

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

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

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

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

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

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

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

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