#B56038

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

Shades of Smoke Tree #B56038

Tints of Smoke Tree #B56038

Color information

#B56038 (or 0xB56038) is unknown color: approx Smoke Tree. HEX triplet: B5, 60 and 38. RGB value is (181,96,56). Sum of RGB (Red+Green+Blue) = 181+96+56=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B56038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56038 is #4A9FC7. Grayscale: #757575. Windows color (decimal): -4890568 or 3694773. OLE color: 3694773.

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

Color convert

RGB1819656-
CMYK00.470.690.29
HSL19.2º52.74%46.47%-
HSV(B)19.2º69.06%70.98%-
XYZ23.9518.486.04-
YUV116.8693.66173.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 56 (22.27% from 255) = 16.82%
R=54.35%
G=28.83%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181965600.470.690.2919.252.7446.47
HexB5603802F451D13352e
Octal2651407005710535236556
Binary101101011100000111000010111110001011110110011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56038; }

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

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

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

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

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

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

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

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