#B35E36

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

Shades of Smoke Tree #B35E36

Tints of Smoke Tree #B35E36

Color information

#B35E36 (or 0xB35E36) is unknown color: approx Smoke Tree. HEX triplet: B3, 5E and 36. RGB value is (179,94,54). Sum of RGB (Red+Green+Blue) = 179+94+54=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E36 is #4CA1C9. Grayscale: #737373. Windows color (decimal): -5022154 or 3563187. OLE color: 3563187.

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

Color convert

RGB1799454-
CMYK00.470.700.30
HSL19.2º53.65%45.69%-
HSV(B)19.2º69.83%70.2%-
XYZ23.2617.865.71-
YUV114.8693.66173.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.74%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 54 (21.48% from 255) = 16.51%
R=54.74%
G=28.75%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179945400.470.700.3019.253.6545.69
HexB35E3602F461E13362e
Octal2631366605710636236656
Binary101100111011110110110010111110001101111010011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E36; }

 p { color: rgb(179,94,54); }

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

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

 a { background-color: rgb(179,94,54); }

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

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

 span { border-color: rgb(179,94,54); }

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