#B18C33

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

Shades of Alpine #B18C33

Tints of Alpine #B18C33

Color information

#B18C33 (or 0xB18C33) is unknown color: approx Alpine. HEX triplet: B1, 8C and 33. RGB value is (177,140,51). Sum of RGB (Red+Green+Blue) = 177+140+51=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18C33 is #4E73CC. Grayscale: #8D8D8D. Windows color (decimal): -5141453 or 3378353. OLE color: 3378353.

HSL color Cylindrical-coordinate representation of color #B18C33: hue angle of 42.38º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B18C33 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17714051-
CMYK00.210.710.31
HSL42.38º55.26%44.71%-
HSV(B)42.38º71.19%69.41%-
XYZ28.1128.347.12-
YUV140.9277.26153.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 140 (55.08% from 255) = 38.04%
BLUE value IS 51 (20.31% from 255) = 13.86%
R=48.10%
G=38.04%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771405100.210.710.3142.3855.2644.71
HexB18C33015471F2a372d
Octal2612146302510737526755
Binary1011000110001100110011010101100011111111101010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C33; }

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

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

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

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

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

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

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

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