#B26236

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

Shades of Smoke Tree #B26236

Tints of Smoke Tree #B26236

Color information

#B26236 (or 0xB26236) is unknown color: approx Smoke Tree. HEX triplet: B2, 62 and 36. RGB value is (178,98,54). Sum of RGB (Red+Green+Blue) = 178+98+54=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B26236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26236 is #4D9DC9. Grayscale: #757575. Windows color (decimal): -5086666 or 3564210. OLE color: 3564210.

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

Color convert

RGB1789854-
CMYK00.450.700.30
HSL21.29º53.45%45.49%-
HSV(B)21.29º69.66%69.8%-
XYZ23.3918.475.82-
YUV116.992.5171.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 54 (21.48% from 255) = 16.36%
R=53.94%
G=29.70%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178985400.450.700.3021.2953.4545.49
HexB2623602D461E15352d
Octal2621426605510636256555
Binary101100101100010110110010110110001101111010101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26236; }

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

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

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

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

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

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

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

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