#B0873E

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

Shades of Alpine #B0873E

Tints of Alpine #B0873E

Color information

#B0873E (or 0xB0873E) is unknown color: approx Alpine. HEX triplet: B0, 87 and 3E. RGB value is (176,135,62). Sum of RGB (Red+Green+Blue) = 176+135+62=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0873E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0873E is #4F78C1. Grayscale: #8B8B8B. Windows color (decimal): -5208258 or 4097968. OLE color: 4097968.

HSL color Cylindrical-coordinate representation of color #B0873E: hue angle of 38.42º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0873E is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17613562-
CMYK00.230.650.31
HSL38.42º47.9%46.67%-
HSV(B)38.42º64.77%69.02%-
XYZ27.4426.918.3-
YUV138.9484.58154.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 62 (24.61% from 255) = 16.62%
R=47.18%
G=36.19%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761356200.230.650.3138.4247.946.67
HexB0873E017411F26302f
Octal2602077602710137466057
Binary1011000010000111111110010111100000111111100110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0873E; }

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

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

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

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

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

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

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

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