#B46138

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

Shades of Smoke Tree #B46138

Tints of Smoke Tree #B46138

Color information

#B46138 (or 0xB46138) is unknown color: approx Smoke Tree. HEX triplet: B4, 61 and 38. RGB value is (180,97,56). Sum of RGB (Red+Green+Blue) = 180+97+56=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B46138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46138 is #4B9EC7. Grayscale: #757575. Windows color (decimal): -4955848 or 3695028. OLE color: 3695028.

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

Color convert

RGB1809756-
CMYK00.460.690.29
HSL19.84º52.54%46.27%-
HSV(B)19.84º68.89%70.59%-
XYZ23.8118.546.06-
YUV117.1493.5172.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 56 (22.27% from 255) = 16.82%
R=54.05%
G=29.13%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180975600.460.690.2919.8452.5446.27
HexB4613802E451D14352e
Octal2641417005610535246556
Binary101101001100001111000010111010001011110110100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46138; }

 p { color: rgb(180,97,56); }

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

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

 a { background-color: rgb(180,97,56); }

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

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

 span { border-color: rgb(180,97,56); }

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