#B26136

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

Shades of Smoke Tree #B26136

Tints of Smoke Tree #B26136

Color information

#B26136 (or 0xB26136) is unknown color: approx Smoke Tree. HEX triplet: B2, 61 and 36. RGB value is (178,97,54). Sum of RGB (Red+Green+Blue) = 178+97+54=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B26136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26136 is #4D9EC9. Grayscale: #747474. Windows color (decimal): -5086922 or 3563954. OLE color: 3563954.

HSL color Cylindrical-coordinate representation of color #B26136: hue angle of 20.81º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B26136 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB1789754-
CMYK00.460.700.30
HSL20.81º53.45%45.49%-
HSV(B)20.81º69.66%69.8%-
XYZ23.318.285.79-
YUV116.3292.84172-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.10%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 54 (21.48% from 255) = 16.41%
R=54.10%
G=29.48%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178975400.460.700.3020.8153.4545.49
HexB2613602E461E15352d
Octal2621416605610636256555
Binary101100101100001110110010111010001101111010101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26136; }

 p { color: rgb(178,97,54); }

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

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

 a { background-color: rgb(178,97,54); }

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

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

 span { border-color: rgb(178,97,54); }

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