#B56135

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

Shades of Smoke Tree #B56135

Tints of Smoke Tree #B56135

Color information

#B56135 (or 0xB56135) is unknown color: approx Smoke Tree. HEX triplet: B5, 61 and 35. RGB value is (181,97,53). Sum of RGB (Red+Green+Blue) = 181+97+53=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B56135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56135 is #4A9ECA. Grayscale: #757575. Windows color (decimal): -4890315 or 3498421. OLE color: 3498421.

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

Color convert

RGB1819753-
CMYK00.460.710.29
HSL20.62º54.7%45.88%-
HSV(B)20.62º70.72%70.98%-
XYZ23.9718.635.7-
YUV117.191.83173.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.68%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=54.68%
G=29.31%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181975300.460.710.2920.6254.745.88
HexB5613502E471D15372e
Octal2651416505610735256756
Binary101101011100001110101010111010001111110110101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56135; }

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

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

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

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

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

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

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

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