#B56030

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

Shades of Smoke Tree #B56030

Tints of Smoke Tree #B56030

Color information

#B56030 (or 0xB56030) is unknown color: approx Smoke Tree. HEX triplet: B5, 60 and 30. RGB value is (181,96,48). Sum of RGB (Red+Green+Blue) = 181+96+48=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B56030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56030 is #4A9FCF. Grayscale: #747474. Windows color (decimal): -4890576 or 3170485. OLE color: 3170485.

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

Color convert

RGB1819648-
CMYK00.470.730.29
HSL21.65º58.08%44.9%-
HSV(B)21.65º73.48%70.98%-
XYZ23.7718.45.1-
YUV115.9489.66174.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 48 (19.14% from 255) = 14.77%
R=55.69%
G=29.54%
B=14.77%

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
Decimal181964800.470.730.2921.6558.0844.9
HexB5603002F491D163a2d
Octal2651406005711135267255
Binary101101011100000110000010111110010011110110110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56030; }

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

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

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

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

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

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

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

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