#B5573C

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

Shades of Smoke Tree #B5573C

Tints of Smoke Tree #B5573C

Color information

#B5573C (or 0xB5573C) is unknown color: approx Smoke Tree. HEX triplet: B5, 57 and 3C. RGB value is (181,87,60). Sum of RGB (Red+Green+Blue) = 181+87+60=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5573C is #4AA8C3. Grayscale: #707070. Windows color (decimal): -4892868 or 3954613. OLE color: 3954613.

HSL color Cylindrical-coordinate representation of color #B5573C: hue angle of 13.39º degrees, saturation: 0.5, 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 #B5573C is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1818760-
CMYK00.520.670.29
HSL13.39º50.21%47.25%-
HSV(B)13.39º66.85%70.98%-
XYZ23.2816.976.32-
YUV112.0398.64177.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.18%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 60 (23.83% from 255) = 18.29%
R=55.18%
G=26.52%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181876000.520.670.2913.3950.2147.25
HexB5573C034431Dd322f
Octal2651277406410335156257
Binary10110101101011111110001101001000011111011101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5573C; }

 p { color: rgb(181,87,60); }

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

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

 a { background-color: rgb(181,87,60); }

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

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

 span { border-color: rgb(181,87,60); }

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