#B0833B

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

Shades of Alpine #B0833B

Tints of Alpine #B0833B

Color information

#B0833B (or 0xB0833B) is unknown color: approx Alpine. HEX triplet: B0, 83 and 3B. RGB value is (176,131,59). Sum of RGB (Red+Green+Blue) = 176+131+59=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0833B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0833B is #4F7CC4. Grayscale: #888888. Windows color (decimal): -5209285 or 3900336. OLE color: 3900336.

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

Color convert

RGB17613159-
CMYK00.260.660.31
HSL36.92º49.79%46.08%-
HSV(B)36.92º66.48%69.02%-
XYZ26.8125.787.7-
YUV136.2584.41156.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 59 (23.44% from 255) = 16.12%
R=48.09%
G=35.79%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761315900.260.660.3136.9249.7946.08
HexB0833B01A421F25322e
Octal2602037303210237456256
Binary1011000010000011111011011010100001011111100101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0833B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0833B; }

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

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

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

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

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

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

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

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