#B0853B

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

Shades of Alpine #B0853B

Tints of Alpine #B0853B

Color information

#B0853B (or 0xB0853B) is unknown color: approx Alpine. HEX triplet: B0, 85 and 3B. RGB value is (176,133,59). Sum of RGB (Red+Green+Blue) = 176+133+59=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0853B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0853B is #4F7AC4. Grayscale: #898989. Windows color (decimal): -5208773 or 3900848. OLE color: 3900848.

HSL color Cylindrical-coordinate representation of color #B0853B: hue angle of 37.95º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0853B is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17613359-
CMYK00.240.660.31
HSL37.95º49.79%46.08%-
HSV(B)37.95º66.48%69.02%-
XYZ27.0826.327.79-
YUV137.4283.75155.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 59 (23.44% from 255) = 16.03%
R=47.83%
G=36.14%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761335900.240.660.3137.9549.7946.08
HexB0853B018421F26322e
Octal2602057303010237466256
Binary1011000010000101111011011000100001011111100110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0853B; }

 p { color: rgb(176,133,59); }

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

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

 a { background-color: rgb(176,133,59); }

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

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

 span { border-color: rgb(176,133,59); }

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