#BE5630

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

Shades of Smoke Tree #BE5630

Tints of Smoke Tree #BE5630

Color information

#BE5630 (or 0xBE5630) is unknown color: approx Smoke Tree. HEX triplet: BE, 56 and 30. RGB value is (190,86,48). Sum of RGB (Red+Green+Blue) = 190+86+48=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5630 is #41A9CF. Grayscale: #717171. Windows color (decimal): -4303312 or 3167934. OLE color: 3167934.

HSL color Cylindrical-coordinate representation of color #BE5630: hue angle of 16.06º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE5630 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1908648-
CMYK00.550.750.25
HSL16.06º59.66%46.67%-
HSV(B)16.06º74.74%74.51%-
XYZ25.117.824.91-
YUV112.7691.46183.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.64%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 48 (19.14% from 255) = 14.81%
R=58.64%
G=26.54%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190864800.550.750.2516.0659.6646.67
HexBE56300374B19103c2f
Octal2761266006711331207457
Binary101111101010110110000011011110010111100110000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5630; }

 p { color: rgb(190,86,48); }

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

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

 a { background-color: rgb(190,86,48); }

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

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

 span { border-color: rgb(190,86,48); }

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