#B1873E

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

Shades of Alpine #B1873E

Tints of Alpine #B1873E

Color information

#B1873E (or 0xB1873E) is unknown color: approx Alpine. HEX triplet: B1, 87 and 3E. RGB value is (177,135,62). Sum of RGB (Red+Green+Blue) = 177+135+62=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1873E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1873E is #4E78C1. Grayscale: #8B8B8B. Windows color (decimal): -5142722 or 4097969. OLE color: 4097969.

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

Color convert

RGB17713562-
CMYK00.240.650.31
HSL38.09º48.12%46.86%-
HSV(B)38.09º64.97%69.41%-
XYZ27.6627.028.32-
YUV139.2484.41154.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 62 (24.61% from 255) = 16.58%
R=47.33%
G=36.10%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771356200.240.650.3138.0948.1246.86
HexB1873E018411F26302f
Octal2612077603010137466057
Binary1011000110000111111110011000100000111111100110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1873E; }

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

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

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

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

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

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

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

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