#B18534

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

Shades of Alpine #B18534

Tints of Alpine #B18534

Color information

#B18534 (or 0xB18534) is unknown color: approx Alpine. HEX triplet: B1, 85 and 34. RGB value is (177,133,52). Sum of RGB (Red+Green+Blue) = 177+133+52=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B18534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18534 is #4E7ACB. Grayscale: #898989. Windows color (decimal): -5143244 or 3442097. OLE color: 3442097.

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

Color convert

RGB17713352-
CMYK00.250.710.31
HSL38.88º54.59%44.9%-
HSV(B)38.88º70.62%69.41%-
XYZ27.1426.376.91-
YUV136.9280.08156.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 52 (20.70% from 255) = 14.36%
R=48.90%
G=36.74%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771335200.250.710.3138.8854.5944.9
HexB18534019471F27372d
Octal2612056403110737476755
Binary1011000110000101110100011001100011111111100111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18534; }

 p { color: rgb(177,133,52); }

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

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

 a { background-color: rgb(177,133,52); }

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

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

 span { border-color: rgb(177,133,52); }

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