#B26336

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

Shades of Smoke Tree #B26336

Tints of Smoke Tree #B26336

Color information

#B26336 (or 0xB26336) is unknown color: approx Smoke Tree. HEX triplet: B2, 63 and 36. RGB value is (178,99,54). Sum of RGB (Red+Green+Blue) = 178+99+54=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B26336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26336 is #4D9CC9. Grayscale: #757575. Windows color (decimal): -5086410 or 3564466. OLE color: 3564466.

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

Color convert

RGB1789954-
CMYK00.440.700.30
HSL21.77º53.45%45.49%-
HSV(B)21.77º69.66%69.8%-
XYZ23.4918.665.85-
YUV117.4992.17171.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 54 (21.48% from 255) = 16.31%
R=53.78%
G=29.91%
B=16.31%

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
Decimal178995400.440.700.3021.7753.4545.49
HexB2633602C461E16352d
Octal2621436605410636266555
Binary101100101100011110110010110010001101111010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26336; }

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

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

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

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

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

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

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

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