#B18C3B

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

Shades of Alpine #B18C3B

Tints of Alpine #B18C3B

Color information

#B18C3B (or 0xB18C3B) is unknown color: approx Alpine. HEX triplet: B1, 8C and 3B. RGB value is (177,140,59). Sum of RGB (Red+Green+Blue) = 177+140+59=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18C3B is #4E73C4. Grayscale: #8E8E8E. Windows color (decimal): -5141445 or 3902641. OLE color: 3902641.

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

Color convert

RGB17714059-
CMYK00.210.670.31
HSL41.19º50%46.27%-
HSV(B)41.19º66.67%69.41%-
XYZ28.328.428.13-
YUV141.8381.26153.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 59 (23.44% from 255) = 15.69%
R=47.07%
G=37.23%
B=15.69%

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
Decimal1771405900.210.670.3141.195046.27
HexB18C3B015431F29322e
Octal2612147302510337516256
Binary1011000110001100111011010101100001111111101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C3B; }

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

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

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

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

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

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

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

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