#B0843B

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

Shades of Alpine #B0843B

Tints of Alpine #B0843B

Color information

#B0843B (or 0xB0843B) is unknown color: approx Alpine. HEX triplet: B0, 84 and 3B. RGB value is (176,132,59). Sum of RGB (Red+Green+Blue) = 176+132+59=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0843B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0843B is #4F7BC4. Grayscale: #898989. Windows color (decimal): -5209029 or 3900592. OLE color: 3900592.

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

Color convert

RGB17613259-
CMYK00.250.660.31
HSL37.44º49.79%46.08%-
HSV(B)37.44º66.48%69.02%-
XYZ26.9526.057.75-
YUV136.8384.08155.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 59 (23.44% from 255) = 16.08%
R=47.96%
G=35.97%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761325900.250.660.3137.4449.7946.08
HexB0843B019421F25322e
Octal2602047303110237456256
Binary1011000010000100111011011001100001011111100101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0843B; }

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

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

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

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

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

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

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

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