#B16336

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

Shades of Smoke Tree #B16336

Tints of Smoke Tree #B16336

Color information

#B16336 (or 0xB16336) is unknown color: approx Smoke Tree. HEX triplet: B1, 63 and 36. RGB value is (177,99,54). Sum of RGB (Red+Green+Blue) = 177+99+54=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B16336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16336 is #4E9CC9. Grayscale: #757575. Windows color (decimal): -5151946 or 3564465. OLE color: 3564465.

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

Color convert

RGB1779954-
CMYK00.440.690.31
HSL21.95º53.25%45.29%-
HSV(B)21.95º69.49%69.41%-
XYZ23.2618.545.84-
YUV117.1992.34170.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 54 (21.48% from 255) = 16.36%
R=53.64%
G=30%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177995400.440.690.3121.9553.2545.29
HexB1633602C451F16352d
Octal2611436605410537266555
Binary101100011100011110110010110010001011111110110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16336; }

 p { color: rgb(177,99,54); }

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

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

 a { background-color: rgb(177,99,54); }

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

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

 span { border-color: rgb(177,99,54); }

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