#B08836

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

Shades of Alpine #B08836

Tints of Alpine #B08836

Color information

#B08836 (or 0xB08836) is unknown color: approx Alpine. HEX triplet: B0, 88 and 36. RGB value is (176,136,54). Sum of RGB (Red+Green+Blue) = 176+136+54=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B08836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08836 is #4F77C9. Grayscale: #8A8A8A. Windows color (decimal): -5208010 or 3573936. OLE color: 3573936.

HSL color Cylindrical-coordinate representation of color #B08836: hue angle of 40.33º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B08836 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17613654-
CMYK00.230.690.31
HSL40.33º53.04%45.1%-
HSV(B)40.33º69.32%69.02%-
XYZ27.3727.17.28-
YUV138.6180.25154.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 54 (21.48% from 255) = 14.75%
R=48.09%
G=37.16%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761365400.230.690.3140.3353.0445.1
HexB08836017451F28352d
Octal2602106602710537506555
Binary1011000010001000110110010111100010111111101000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08836; }

 p { color: rgb(176,136,54); }

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

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

 a { background-color: rgb(176,136,54); }

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

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

 span { border-color: rgb(176,136,54); }

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