#B46039

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

Shades of Smoke Tree #B46039

Tints of Smoke Tree #B46039

Color information

#B46039 (or 0xB46039) is unknown color: approx Smoke Tree. HEX triplet: B4, 60 and 39. RGB value is (180,96,57). Sum of RGB (Red+Green+Blue) = 180+96+57=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B46039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46039 is #4B9FC6. Grayscale: #747474. Windows color (decimal): -4956103 or 3760308. OLE color: 3760308.

HSL color Cylindrical-coordinate representation of color #B46039: hue angle of 19.02º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B46039 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1809657-
CMYK00.470.680.29
HSL19.02º51.9%46.47%-
HSV(B)19.02º68.33%70.59%-
XYZ23.7418.366.16-
YUV116.6794.33173.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 57 (22.66% from 255) = 17.12%
R=54.05%
G=28.83%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180965700.470.680.2919.0251.946.47
HexB4603902F441D13342e
Octal2641407105710435236456
Binary101101001100000111001010111110001001110110011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46039; }

 p { color: rgb(180,96,57); }

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

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

 a { background-color: rgb(180,96,57); }

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

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

 span { border-color: rgb(180,96,57); }

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