#B18D3B

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

Shades of Alpine #B18D3B

Tints of Alpine #B18D3B

Color information

#B18D3B (or 0xB18D3B) is unknown color: approx Alpine. HEX triplet: B1, 8D and 3B. RGB value is (177,141,59). Sum of RGB (Red+Green+Blue) = 177+141+59=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D3B is #4E72C4. Grayscale: #8E8E8E. Windows color (decimal): -5141189 or 3902897. OLE color: 3902897.

HSL color Cylindrical-coordinate representation of color #B18D3B: hue angle of 41.69º degrees, saturation: 0.5, 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 #B18D3B is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17714159-
CMYK00.200.670.31
HSL41.69º50%46.27%-
HSV(B)41.69º66.67%69.41%-
XYZ28.4528.718.18-
YUV142.4280.93152.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 59 (23.44% from 255) = 15.65%
R=46.95%
G=37.40%
B=15.65%

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
Decimal1771415900.200.670.3141.695046.27
HexB18D3B014431F2a322e
Octal2612157302410337526256
Binary1011000110001101111011010100100001111111101010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D3B; }

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

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

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

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

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

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

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

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