#b0873a

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

Shades of Alpine #B0873A

Tints of Alpine #B0873A

Color information

#B0873A (or 0xB0873A) is unknown color: approx Alpine. HEX triplet: B0, 87 and 3A. RGB value is (176,135,58). Sum of RGB (Red+Green+Blue) = 176+135+58=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0873A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0873A is #4F78C5. Grayscale: #8A8A8A. Windows color (decimal): -5208262 or 3835824. OLE color: 3835824.

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

Color convert

RGB17613558-
CMYK00.230.670.31
HSL39.15º50.43%45.88%-
HSV(B)39.15º67.05%69.02%-
XYZ27.3326.867.75-
YUV138.4882.58154.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 58 (23.05% from 255) = 15.72%
R=47.70%
G=36.59%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761355800.230.670.3139.1550.4345.88
HexB0873A017431F27322e
Octal2602077202710337476256
Binary1011000010000111111010010111100001111111100111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0873a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0873a; }

 p { color: rgb(176,135,58); }

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

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

 a { background-color: rgb(176,135,58); }

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

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

 span { border-color: rgb(176,135,58); }

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