#B16236

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

Shades of Smoke Tree #B16236

Tints of Smoke Tree #B16236

Color information

#B16236 (or 0xB16236) is unknown color: approx Smoke Tree. HEX triplet: B1, 62 and 36. RGB value is (177,98,54). Sum of RGB (Red+Green+Blue) = 177+98+54=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B16236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16236 is #4E9DC9. Grayscale: #747474. Windows color (decimal): -5152202 or 3564209. OLE color: 3564209.

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

Color convert

RGB1779854-
CMYK00.450.690.31
HSL21.46º53.25%45.29%-
HSV(B)21.46º69.49%69.41%-
XYZ23.1718.355.81-
YUV116.692.67171.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.80%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 54 (21.48% from 255) = 16.41%
R=53.80%
G=29.79%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177985400.450.690.3121.4653.2545.29
HexB1623602D451F15352d
Octal2611426605510537256555
Binary101100011100010110110010110110001011111110101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16236; }

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

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

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

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

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

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

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

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