#B56031

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

Shades of Smoke Tree #B56031

Tints of Smoke Tree #B56031

Color information

#B56031 (or 0xB56031) is unknown color: approx Smoke Tree. HEX triplet: B5, 60 and 31. RGB value is (181,96,49). Sum of RGB (Red+Green+Blue) = 181+96+49=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B56031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56031 is #4A9FCE. Grayscale: #747474. Windows color (decimal): -4890575 or 3236021. OLE color: 3236021.

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

Color convert

RGB1819649-
CMYK00.470.730.29
HSL21.36º57.39%45.1%-
HSV(B)21.36º72.93%70.98%-
XYZ23.7918.415.21-
YUV116.0690.16174.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 49 (19.53% from 255) = 15.03%
R=55.52%
G=29.45%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181964900.470.730.2921.3657.3945.1
HexB5603102F491D15392d
Octal2651406105711135257155
Binary101101011100000110001010111110010011110110101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56031; }

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

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

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

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

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

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

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

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