#B26435

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

Shades of Smoke Tree #B26435

Tints of Smoke Tree #B26435

Color information

#B26435 (or 0xB26435) is unknown color: approx Smoke Tree. HEX triplet: B2, 64 and 35. RGB value is (178,100,53). Sum of RGB (Red+Green+Blue) = 178+100+53=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B26435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26435 is #4D9BCA. Grayscale: #767676. Windows color (decimal): -5086155 or 3499186. OLE color: 3499186.

HSL color Cylindrical-coordinate representation of color #B26435: hue angle of 22.56º degrees, saturation: 0.54, 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 #B26435 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17810053-
CMYK00.440.700.30
HSL22.56º54.11%45.29%-
HSV(B)22.56º70.22%69.8%-
XYZ23.5618.845.76-
YUV117.9691.34170.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=53.78%
G=30.21%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781005300.440.700.3022.5654.1145.29
HexB2643502C461E17362d
Octal2621446505410636276655
Binary101100101100100110101010110010001101111010111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26435; }

 p { color: rgb(178,100,53); }

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

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

 a { background-color: rgb(178,100,53); }

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

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

 span { border-color: rgb(178,100,53); }

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