#B18C3A

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

Shades of Alpine #B18C3A

Tints of Alpine #B18C3A

Color information

#B18C3A (or 0xB18C3A) is unknown color: approx Alpine. HEX triplet: B1, 8C and 3A. RGB value is (177,140,58). Sum of RGB (Red+Green+Blue) = 177+140+58=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18C3A is #4E73C5. Grayscale: #8E8E8E. Windows color (decimal): -5141446 or 3837105. OLE color: 3837105.

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

Color convert

RGB17714058-
CMYK00.210.670.31
HSL41.34º50.64%46.08%-
HSV(B)41.34º67.23%69.41%-
XYZ28.2728.418-
YUV141.7180.76153.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 58 (23.05% from 255) = 15.47%
R=47.2%
G=37.33%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771405800.210.670.3141.3450.6446.08
HexB18C3A015431F29332e
Octal2612147202510337516356
Binary1011000110001100111010010101100001111111101001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C3A; }

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

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

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

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

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

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

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

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