#B16337

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

Shades of Smoke Tree #B16337

Tints of Smoke Tree #B16337

Color information

#B16337 (or 0xB16337) is unknown color: approx Smoke Tree. HEX triplet: B1, 63 and 37. RGB value is (177,99,55). Sum of RGB (Red+Green+Blue) = 177+99+55=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B16337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16337 is #4E9CC8. Grayscale: #757575. Windows color (decimal): -5151945 or 3630001. OLE color: 3630001.

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

Color convert

RGB1779955-
CMYK00.440.690.31
HSL21.64º52.59%45.49%-
HSV(B)21.64º68.93%69.41%-
XYZ23.2818.555.97-
YUV117.3192.84170.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.47%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 55 (21.88% from 255) = 16.62%
R=53.47%
G=29.91%
B=16.62%

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
Decimal177995500.440.690.3121.6452.5945.49
HexB1633702C451F16352d
Octal2611436705410537266555
Binary101100011100011110111010110010001011111110110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16337; }

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

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

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

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

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

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

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

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