#B5613B

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

Shades of Smoke Tree #B5613B

Tints of Smoke Tree #B5613B

Color information

#B5613B (or 0xB5613B) is unknown color: approx Smoke Tree. HEX triplet: B5, 61 and 3B. RGB value is (181,97,59). Sum of RGB (Red+Green+Blue) = 181+97+59=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B5613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5613B is #4A9EC4. Grayscale: #767676. Windows color (decimal): -4890309 or 3891637. OLE color: 3891637.

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

Color convert

RGB1819759-
CMYK00.460.670.29
HSL18.69º50.83%47.06%-
HSV(B)18.69º67.4%70.98%-
XYZ24.1218.696.47-
YUV117.7894.83173.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.71%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=53.71%
G=28.78%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181975900.460.670.2918.6950.8347.06
HexB5613B02E431D13332f
Octal2651417305610335236357
Binary101101011100001111011010111010000111110110011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5613B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5613B; }

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

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

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

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

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

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

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

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