#B56138

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

Shades of Smoke Tree #B56138

Tints of Smoke Tree #B56138

Color information

#B56138 (or 0xB56138) is unknown color: approx Smoke Tree. HEX triplet: B5, 61 and 38. RGB value is (181,97,56). Sum of RGB (Red+Green+Blue) = 181+97+56=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B56138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56138 is #4A9EC7. Grayscale: #757575. Windows color (decimal): -4890312 or 3695029. OLE color: 3695029.

HSL color Cylindrical-coordinate representation of color #B56138: hue angle of 19.68º 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 #B56138 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1819756-
CMYK00.460.690.29
HSL19.68º52.74%46.47%-
HSV(B)19.68º69.06%70.98%-
XYZ24.0418.666.08-
YUV117.4493.33173.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.19%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 56 (22.27% from 255) = 16.77%
R=54.19%
G=29.04%
B=16.77%

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
Decimal181975600.460.690.2919.6852.7446.47
HexB5613802E451D14352e
Octal2651417005610535246556
Binary101101011100001111000010111010001011110110100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56138; }

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

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

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

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

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

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

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

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