#BE572D

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

Shades of Smoke Tree #BE572D

Tints of Smoke Tree #BE572D

Color information

#BE572D (or 0xBE572D) is unknown color: approx Smoke Tree. HEX triplet: BE, 57 and 2D. RGB value is (190,87,45). Sum of RGB (Red+Green+Blue) = 190+87+45=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE572D is #41A8D2. Grayscale: #717171. Windows color (decimal): -4303059 or 2971582. OLE color: 2971582.

HSL color Cylindrical-coordinate representation of color #BE572D: hue angle of 17.38º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE572D is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB1908745-
CMYK00.540.760.25
HSL17.38º61.7%46.08%-
HSV(B)17.38º76.32%74.51%-
XYZ25.1217.954.62-
YUV113.0189.62182.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.01%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 45 (17.97% from 255) = 13.98%
R=59.01%
G=27.02%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190874500.540.760.2517.3861.746.08
HexBE572D0364C19113e2e
Octal2761275506611431217656
Binary101111101010111101101011011010011001100110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE572D; }

 p { color: rgb(190,87,45); }

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

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

 a { background-color: rgb(190,87,45); }

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

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

 span { border-color: rgb(190,87,45); }

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