#B18D3A

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

Shades of Alpine #B18D3A

Tints of Alpine #B18D3A

Color information

#B18D3A (or 0xB18D3A) is unknown color: approx Alpine. HEX triplet: B1, 8D and 3A. RGB value is (177,141,58). Sum of RGB (Red+Green+Blue) = 177+141+58=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D3A is #4E72C5. Grayscale: #8E8E8E. Windows color (decimal): -5141190 or 3837361. OLE color: 3837361.

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

Color convert

RGB17714158-
CMYK00.200.670.31
HSL41.85º50.64%46.08%-
HSV(B)41.85º67.23%69.41%-
XYZ28.4228.78.05-
YUV142.380.43152.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 141 (55.47% from 255) = 37.5%
BLUE value IS 58 (23.05% from 255) = 15.43%
R=47.07%
G=37.5%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771415800.200.670.3141.8550.6446.08
HexB18D3A014431F2a332e
Octal2612157202410337526356
Binary1011000110001101111010010100100001111111101010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D3A; }

 p { color: rgb(177,141,58); }

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

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

 a { background-color: rgb(177,141,58); }

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

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

 span { border-color: rgb(177,141,58); }

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