#B0853D

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

Shades of Alpine #B0853D

Tints of Alpine #B0853D

Color information

#B0853D (or 0xB0853D) is unknown color: approx Alpine. HEX triplet: B0, 85 and 3D. RGB value is (176,133,61). Sum of RGB (Red+Green+Blue) = 176+133+61=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0853D is #4F7AC2. Grayscale: #898989. Windows color (decimal): -5208771 or 4031920. OLE color: 4031920.

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

Color convert

RGB17613361-
CMYK00.240.650.31
HSL37.57º48.52%46.47%-
HSV(B)37.57º65.34%69.02%-
XYZ27.1326.348.07-
YUV137.6584.75155.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.57%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 61 (24.22% from 255) = 16.49%
R=47.57%
G=35.95%
B=16.49%

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
Decimal1761336100.240.650.3137.5748.5246.47
HexB0853D018411F26312e
Octal2602057503010137466156
Binary1011000010000101111101011000100000111111100110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0853D; }

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

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

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

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

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

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

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

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