#B18D3E

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

Shades of Alpine #B18D3E

Tints of Alpine #B18D3E

Color information

#B18D3E (or 0xB18D3E) is unknown color: approx Alpine. HEX triplet: B1, 8D and 3E. RGB value is (177,141,62). Sum of RGB (Red+Green+Blue) = 177+141+62=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D3E is #4E72C1. Grayscale: #8F8F8F. Windows color (decimal): -5141186 or 4099505. OLE color: 4099505.

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

Color convert

RGB17714162-
CMYK00.200.650.31
HSL41.22º48.12%46.86%-
HSV(B)41.22º64.97%69.41%-
XYZ28.5328.748.6-
YUV142.7682.43152.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 62 (24.61% from 255) = 16.32%
R=46.58%
G=37.11%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771416200.200.650.3141.2248.1246.86
HexB18D3E014411F29302f
Octal2612157602410137516057
Binary1011000110001101111110010100100000111111101001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D3E; }

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

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

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

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

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

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

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

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